namirasoft-credential 1.4.0 → 1.4.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/dist/NamirasoftCredentialServer.d.ts +16 -0
- package/dist/NamirasoftCredentialServer.js +17 -1
- package/dist/NamirasoftCredentialServer.js.map +1 -1
- package/dist/NamirasoftCredentialServerAWS.d.ts +4 -3
- package/dist/NamirasoftCredentialServerAWS.js.map +1 -1
- package/dist/NamirasoftCredentialServerAzure.d.ts +19 -0
- package/dist/NamirasoftCredentialServerAzure.js +64 -0
- package/dist/NamirasoftCredentialServerAzure.js.map +1 -0
- package/dist/NamirasoftCredentialServerAzureCategory.d.ts +16 -0
- package/dist/NamirasoftCredentialServerAzureCategory.js +56 -0
- package/dist/NamirasoftCredentialServerAzureCategory.js.map +1 -0
- package/dist/NamirasoftCredentialServerAzureField.d.ts +17 -0
- package/dist/NamirasoftCredentialServerAzureField.js +64 -0
- package/dist/NamirasoftCredentialServerAzureField.js.map +1 -0
- package/dist/NamirasoftCredentialServerAzureTag.d.ts +17 -0
- package/dist/NamirasoftCredentialServerAzureTag.js +64 -0
- package/dist/NamirasoftCredentialServerAzureTag.js.map +1 -0
- package/dist/NamirasoftCredentialServerGCP.d.ts +19 -0
- package/dist/NamirasoftCredentialServerGCP.js +64 -0
- package/dist/NamirasoftCredentialServerGCP.js.map +1 -0
- package/dist/NamirasoftCredentialServerGCPCategory.d.ts +16 -0
- package/dist/NamirasoftCredentialServerGCPCategory.js +56 -0
- package/dist/NamirasoftCredentialServerGCPCategory.js.map +1 -0
- package/dist/NamirasoftCredentialServerGCPField.d.ts +17 -0
- package/dist/NamirasoftCredentialServerGCPField.js +64 -0
- package/dist/NamirasoftCredentialServerGCPField.js.map +1 -0
- package/dist/NamirasoftCredentialServerGCPTag.d.ts +17 -0
- package/dist/NamirasoftCredentialServerGCPTag.js +64 -0
- package/dist/NamirasoftCredentialServerGCPTag.js.map +1 -0
- package/dist/command/AWSUpdateCommand.js +2 -2
- package/dist/command/AWSUpdateCommand.js.map +1 -1
- package/dist/command/AzureCategoryCommand.d.ts +4 -0
- package/dist/command/AzureCategoryCommand.js +21 -0
- package/dist/command/AzureCategoryCommand.js.map +1 -0
- package/dist/command/AzureCategoryCreateCommand.d.ts +5 -0
- package/dist/command/AzureCategoryCreateCommand.js +49 -0
- package/dist/command/AzureCategoryCreateCommand.js.map +1 -0
- package/dist/command/AzureCategoryDeleteCommand.d.ts +5 -0
- package/dist/command/AzureCategoryDeleteCommand.js +38 -0
- package/dist/command/AzureCategoryDeleteCommand.js.map +1 -0
- package/dist/command/AzureCategoryGetCommand.d.ts +5 -0
- package/dist/command/AzureCategoryGetCommand.js +38 -0
- package/dist/command/AzureCategoryGetCommand.js.map +1 -0
- package/dist/command/AzureCategoryListCommand.d.ts +5 -0
- package/dist/command/AzureCategoryListCommand.js +38 -0
- package/dist/command/AzureCategoryListCommand.js.map +1 -0
- package/dist/command/AzureCommand.d.ts +4 -0
- package/dist/command/AzureCommand.js +23 -0
- package/dist/command/AzureCommand.js.map +1 -0
- package/dist/command/AzureCreateCommand.d.ts +5 -0
- package/dist/command/AzureCreateCommand.js +121 -0
- package/dist/command/AzureCreateCommand.js.map +1 -0
- package/dist/command/AzureDeleteCommand.d.ts +5 -0
- package/dist/command/AzureDeleteCommand.js +38 -0
- package/dist/command/AzureDeleteCommand.js.map +1 -0
- package/dist/command/AzureFieldCommand.d.ts +4 -0
- package/dist/command/AzureFieldCommand.js +23 -0
- package/dist/command/AzureFieldCommand.js.map +1 -0
- package/dist/command/AzureFieldCreateCommand.d.ts +5 -0
- package/dist/command/AzureFieldCreateCommand.js +58 -0
- package/dist/command/AzureFieldCreateCommand.js.map +1 -0
- package/dist/command/AzureFieldDeleteCommand.d.ts +5 -0
- package/dist/command/AzureFieldDeleteCommand.js +38 -0
- package/dist/command/AzureFieldDeleteCommand.js.map +1 -0
- package/dist/command/AzureFieldGetCommand.d.ts +5 -0
- package/dist/command/AzureFieldGetCommand.js +38 -0
- package/dist/command/AzureFieldGetCommand.js.map +1 -0
- package/dist/command/AzureFieldListCommand.d.ts +5 -0
- package/dist/command/AzureFieldListCommand.js +38 -0
- package/dist/command/AzureFieldListCommand.js.map +1 -0
- package/dist/command/AzureFieldUpdateCommand.d.ts +5 -0
- package/dist/command/AzureFieldUpdateCommand.js +58 -0
- package/dist/command/AzureFieldUpdateCommand.js.map +1 -0
- package/dist/command/AzureGetCommand.d.ts +5 -0
- package/dist/command/AzureGetCommand.js +38 -0
- package/dist/command/AzureGetCommand.js.map +1 -0
- package/dist/command/AzureListCommand.d.ts +5 -0
- package/dist/command/AzureListCommand.js +38 -0
- package/dist/command/AzureListCommand.js.map +1 -0
- package/dist/command/AzureTagCommand.d.ts +4 -0
- package/dist/command/AzureTagCommand.js +23 -0
- package/dist/command/AzureTagCommand.js.map +1 -0
- package/dist/command/AzureTagCreateCommand.d.ts +5 -0
- package/dist/command/AzureTagCreateCommand.js +58 -0
- package/dist/command/AzureTagCreateCommand.js.map +1 -0
- package/dist/command/AzureTagDeleteCommand.d.ts +5 -0
- package/dist/command/AzureTagDeleteCommand.js +38 -0
- package/dist/command/AzureTagDeleteCommand.js.map +1 -0
- package/dist/command/AzureTagGetCommand.d.ts +5 -0
- package/dist/command/AzureTagGetCommand.js +38 -0
- package/dist/command/AzureTagGetCommand.js.map +1 -0
- package/dist/command/AzureTagListCommand.d.ts +5 -0
- package/dist/command/AzureTagListCommand.js +38 -0
- package/dist/command/AzureTagListCommand.js.map +1 -0
- package/dist/command/AzureTagUpdateCommand.d.ts +5 -0
- package/dist/command/AzureTagUpdateCommand.js +58 -0
- package/dist/command/AzureTagUpdateCommand.js.map +1 -0
- package/dist/command/AzureUpdateCommand.d.ts +5 -0
- package/dist/command/AzureUpdateCommand.js +121 -0
- package/dist/command/AzureUpdateCommand.js.map +1 -0
- package/dist/command/GCPCategoryCommand.d.ts +4 -0
- package/dist/command/GCPCategoryCommand.js +21 -0
- package/dist/command/GCPCategoryCommand.js.map +1 -0
- package/dist/command/GCPCategoryCreateCommand.d.ts +5 -0
- package/dist/command/GCPCategoryCreateCommand.js +49 -0
- package/dist/command/GCPCategoryCreateCommand.js.map +1 -0
- package/dist/command/GCPCategoryDeleteCommand.d.ts +5 -0
- package/dist/command/GCPCategoryDeleteCommand.js +38 -0
- package/dist/command/GCPCategoryDeleteCommand.js.map +1 -0
- package/dist/command/GCPCategoryGetCommand.d.ts +5 -0
- package/dist/command/GCPCategoryGetCommand.js +38 -0
- package/dist/command/GCPCategoryGetCommand.js.map +1 -0
- package/dist/command/GCPCategoryListCommand.d.ts +5 -0
- package/dist/command/GCPCategoryListCommand.js +38 -0
- package/dist/command/GCPCategoryListCommand.js.map +1 -0
- package/dist/command/GCPCommand.d.ts +4 -0
- package/dist/command/GCPCommand.js +23 -0
- package/dist/command/GCPCommand.js.map +1 -0
- package/dist/command/GCPCreateCommand.d.ts +5 -0
- package/dist/command/GCPCreateCommand.js +103 -0
- package/dist/command/GCPCreateCommand.js.map +1 -0
- package/dist/command/GCPDeleteCommand.d.ts +5 -0
- package/dist/command/GCPDeleteCommand.js +38 -0
- package/dist/command/GCPDeleteCommand.js.map +1 -0
- package/dist/command/GCPFieldCommand.d.ts +4 -0
- package/dist/command/GCPFieldCommand.js +23 -0
- package/dist/command/GCPFieldCommand.js.map +1 -0
- package/dist/command/GCPFieldCreateCommand.d.ts +5 -0
- package/dist/command/GCPFieldCreateCommand.js +58 -0
- package/dist/command/GCPFieldCreateCommand.js.map +1 -0
- package/dist/command/GCPFieldDeleteCommand.d.ts +5 -0
- package/dist/command/GCPFieldDeleteCommand.js +38 -0
- package/dist/command/GCPFieldDeleteCommand.js.map +1 -0
- package/dist/command/GCPFieldGetCommand.d.ts +5 -0
- package/dist/command/GCPFieldGetCommand.js +38 -0
- package/dist/command/GCPFieldGetCommand.js.map +1 -0
- package/dist/command/GCPFieldListCommand.d.ts +5 -0
- package/dist/command/GCPFieldListCommand.js +38 -0
- package/dist/command/GCPFieldListCommand.js.map +1 -0
- package/dist/command/GCPFieldUpdateCommand.d.ts +5 -0
- package/dist/command/GCPFieldUpdateCommand.js +58 -0
- package/dist/command/GCPFieldUpdateCommand.js.map +1 -0
- package/dist/command/GCPGetCommand.d.ts +5 -0
- package/dist/command/GCPGetCommand.js +38 -0
- package/dist/command/GCPGetCommand.js.map +1 -0
- package/dist/command/GCPListCommand.d.ts +5 -0
- package/dist/command/GCPListCommand.js +38 -0
- package/dist/command/GCPListCommand.js.map +1 -0
- package/dist/command/GCPTagCommand.d.ts +4 -0
- package/dist/command/GCPTagCommand.js +23 -0
- package/dist/command/GCPTagCommand.js.map +1 -0
- package/dist/command/GCPTagCreateCommand.d.ts +5 -0
- package/dist/command/GCPTagCreateCommand.js +58 -0
- package/dist/command/GCPTagCreateCommand.js.map +1 -0
- package/dist/command/GCPTagDeleteCommand.d.ts +5 -0
- package/dist/command/GCPTagDeleteCommand.js +38 -0
- package/dist/command/GCPTagDeleteCommand.js.map +1 -0
- package/dist/command/GCPTagGetCommand.d.ts +5 -0
- package/dist/command/GCPTagGetCommand.js +38 -0
- package/dist/command/GCPTagGetCommand.js.map +1 -0
- package/dist/command/GCPTagListCommand.d.ts +5 -0
- package/dist/command/GCPTagListCommand.js +38 -0
- package/dist/command/GCPTagListCommand.js.map +1 -0
- package/dist/command/GCPTagUpdateCommand.d.ts +5 -0
- package/dist/command/GCPTagUpdateCommand.js +58 -0
- package/dist/command/GCPTagUpdateCommand.js.map +1 -0
- package/dist/command/GCPUpdateCommand.d.ts +5 -0
- package/dist/command/GCPUpdateCommand.js +103 -0
- package/dist/command/GCPUpdateCommand.js.map +1 -0
- package/dist/command/cli.js +16 -0
- package/dist/command/cli.js.map +1 -1
- package/dist/index.d.ts +78 -1
- package/dist/index.js +78 -1
- package/dist/index.js.map +1 -1
- package/dist/meta/AzureCategoryMetaTable.d.ts +15 -0
- package/dist/meta/AzureCategoryMetaTable.js +38 -0
- package/dist/meta/AzureCategoryMetaTable.js.map +1 -0
- package/dist/meta/AzureFieldMetaTable.d.ts +16 -0
- package/dist/meta/AzureFieldMetaTable.js +39 -0
- package/dist/meta/AzureFieldMetaTable.js.map +1 -0
- package/dist/meta/AzureMetaTable.d.ts +19 -0
- package/dist/meta/AzureMetaTable.js +42 -0
- package/dist/meta/AzureMetaTable.js.map +1 -0
- package/dist/meta/AzureTagMetaTable.d.ts +16 -0
- package/dist/meta/AzureTagMetaTable.js +39 -0
- package/dist/meta/AzureTagMetaTable.js.map +1 -0
- package/dist/meta/GCPCategoryMetaTable.d.ts +15 -0
- package/dist/meta/GCPCategoryMetaTable.js +38 -0
- package/dist/meta/GCPCategoryMetaTable.js.map +1 -0
- package/dist/meta/GCPFieldMetaTable.d.ts +16 -0
- package/dist/meta/GCPFieldMetaTable.js +39 -0
- package/dist/meta/GCPFieldMetaTable.js.map +1 -0
- package/dist/meta/GCPMetaTable.d.ts +17 -0
- package/dist/meta/GCPMetaTable.js +40 -0
- package/dist/meta/GCPMetaTable.js.map +1 -0
- package/dist/meta/GCPTagMetaTable.d.ts +16 -0
- package/dist/meta/GCPTagMetaTable.js +39 -0
- package/dist/meta/GCPTagMetaTable.js.map +1 -0
- package/dist/meta/NamirasoftCredentialMetaDatabase.d.ts +16 -0
- package/dist/meta/NamirasoftCredentialMetaDatabase.js +16 -0
- package/dist/meta/NamirasoftCredentialMetaDatabase.js.map +1 -1
- package/dist/row/{AWSInputRow.d.ts → AWSCreateRow.d.ts} +1 -1
- package/dist/row/AWSCreateRow.js +3 -0
- package/dist/row/AWSCreateRow.js.map +1 -0
- package/dist/row/AWSUpdateRow.d.ts +13 -0
- package/dist/row/AWSUpdateRow.js +3 -0
- package/dist/row/AWSUpdateRow.js.map +1 -0
- package/dist/row/AzureCategoryRow.d.ts +8 -0
- package/dist/row/AzureCategoryRow.js +3 -0
- package/dist/row/AzureCategoryRow.js.map +1 -0
- package/dist/row/AzureCreateRow.d.ts +14 -0
- package/dist/row/AzureCreateRow.js +3 -0
- package/dist/row/AzureCreateRow.js.map +1 -0
- package/dist/row/AzureFieldRow.d.ts +9 -0
- package/dist/row/AzureFieldRow.js +3 -0
- package/dist/row/AzureFieldRow.js.map +1 -0
- package/dist/row/AzureFullRow.d.ts +18 -0
- package/dist/row/AzureFullRow.js +3 -0
- package/dist/row/AzureFullRow.js.map +1 -0
- package/dist/row/AzureRow.d.ts +12 -0
- package/dist/row/{AWSInputRow.js → AzureRow.js} +1 -1
- package/dist/row/AzureRow.js.map +1 -0
- package/dist/row/AzureTagRow.d.ts +9 -0
- package/dist/row/AzureTagRow.js +3 -0
- package/dist/row/AzureTagRow.js.map +1 -0
- package/dist/row/AzureUpdateRow.d.ts +14 -0
- package/dist/row/AzureUpdateRow.js +3 -0
- package/dist/row/AzureUpdateRow.js.map +1 -0
- package/dist/row/GCPCategoryRow.d.ts +8 -0
- package/dist/row/GCPCategoryRow.js +3 -0
- package/dist/row/GCPCategoryRow.js.map +1 -0
- package/dist/row/GCPCreateRow.d.ts +12 -0
- package/dist/row/GCPCreateRow.js +3 -0
- package/dist/row/GCPCreateRow.js.map +1 -0
- package/dist/row/GCPFieldRow.d.ts +9 -0
- package/dist/row/GCPFieldRow.js +3 -0
- package/dist/row/GCPFieldRow.js.map +1 -0
- package/dist/row/GCPFullRow.d.ts +16 -0
- package/dist/row/GCPFullRow.js +3 -0
- package/dist/row/GCPFullRow.js.map +1 -0
- package/dist/row/GCPRow.d.ts +10 -0
- package/dist/row/GCPRow.js +3 -0
- package/dist/row/GCPRow.js.map +1 -0
- package/dist/row/GCPTagRow.d.ts +9 -0
- package/dist/row/GCPTagRow.js +3 -0
- package/dist/row/GCPTagRow.js.map +1 -0
- package/dist/row/GCPUpdateRow.d.ts +12 -0
- package/dist/row/GCPUpdateRow.js +3 -0
- package/dist/row/GCPUpdateRow.js.map +1 -0
- package/package.json +2 -2
- package/src/NamirasoftCredentialServer.ts +25 -1
- package/src/NamirasoftCredentialServerAWS.ts +4 -3
- package/src/NamirasoftCredentialServerAzure.ts +72 -0
- package/src/NamirasoftCredentialServerAzureCategory.ts +63 -0
- package/src/NamirasoftCredentialServerAzureField.ts +70 -0
- package/src/NamirasoftCredentialServerAzureTag.ts +70 -0
- package/src/NamirasoftCredentialServerGCP.ts +72 -0
- package/src/NamirasoftCredentialServerGCPCategory.ts +63 -0
- package/src/NamirasoftCredentialServerGCPField.ts +70 -0
- package/src/NamirasoftCredentialServerGCPTag.ts +70 -0
- package/src/command/AWSUpdateCommand.ts +2 -2
- package/src/command/AzureCategoryCommand.ts +38 -0
- package/src/command/AzureCategoryCreateCommand.ts +56 -0
- package/src/command/AzureCategoryDeleteCommand.ts +45 -0
- package/src/command/AzureCategoryGetCommand.ts +45 -0
- package/src/command/AzureCategoryListCommand.ts +45 -0
- package/src/command/AzureCommand.ts +40 -0
- package/src/command/AzureCreateCommand.ts +128 -0
- package/src/command/AzureDeleteCommand.ts +45 -0
- package/src/command/AzureFieldCommand.ts +40 -0
- package/src/command/AzureFieldCreateCommand.ts +65 -0
- package/src/command/AzureFieldDeleteCommand.ts +45 -0
- package/src/command/AzureFieldGetCommand.ts +45 -0
- package/src/command/AzureFieldListCommand.ts +45 -0
- package/src/command/AzureFieldUpdateCommand.ts +65 -0
- package/src/command/AzureGetCommand.ts +45 -0
- package/src/command/AzureListCommand.ts +45 -0
- package/src/command/AzureTagCommand.ts +40 -0
- package/src/command/AzureTagCreateCommand.ts +65 -0
- package/src/command/AzureTagDeleteCommand.ts +45 -0
- package/src/command/AzureTagGetCommand.ts +45 -0
- package/src/command/AzureTagListCommand.ts +45 -0
- package/src/command/AzureTagUpdateCommand.ts +65 -0
- package/src/command/AzureUpdateCommand.ts +128 -0
- package/src/command/GCPCategoryCommand.ts +38 -0
- package/src/command/GCPCategoryCreateCommand.ts +56 -0
- package/src/command/GCPCategoryDeleteCommand.ts +45 -0
- package/src/command/GCPCategoryGetCommand.ts +45 -0
- package/src/command/GCPCategoryListCommand.ts +45 -0
- package/src/command/GCPCommand.ts +40 -0
- package/src/command/GCPCreateCommand.ts +110 -0
- package/src/command/GCPDeleteCommand.ts +45 -0
- package/src/command/GCPFieldCommand.ts +40 -0
- package/src/command/GCPFieldCreateCommand.ts +65 -0
- package/src/command/GCPFieldDeleteCommand.ts +45 -0
- package/src/command/GCPFieldGetCommand.ts +45 -0
- package/src/command/GCPFieldListCommand.ts +45 -0
- package/src/command/GCPFieldUpdateCommand.ts +65 -0
- package/src/command/GCPGetCommand.ts +45 -0
- package/src/command/GCPListCommand.ts +45 -0
- package/src/command/GCPTagCommand.ts +40 -0
- package/src/command/GCPTagCreateCommand.ts +65 -0
- package/src/command/GCPTagDeleteCommand.ts +45 -0
- package/src/command/GCPTagGetCommand.ts +45 -0
- package/src/command/GCPTagListCommand.ts +45 -0
- package/src/command/GCPTagUpdateCommand.ts +65 -0
- package/src/command/GCPUpdateCommand.ts +110 -0
- package/src/command/cli.ts +16 -0
- package/src/index.ts +79 -2
- package/src/meta/AzureCategoryMetaTable.ts +58 -0
- package/src/meta/AzureFieldMetaTable.ts +60 -0
- package/src/meta/AzureMetaTable.ts +66 -0
- package/src/meta/AzureTagMetaTable.ts +60 -0
- package/src/meta/GCPCategoryMetaTable.ts +58 -0
- package/src/meta/GCPFieldMetaTable.ts +60 -0
- package/src/meta/GCPMetaTable.ts +62 -0
- package/src/meta/GCPTagMetaTable.ts +60 -0
- package/src/meta/NamirasoftCredentialMetaDatabase.ts +24 -0
- package/src/row/{AWSInputRow.ts → AWSCreateRow.ts} +1 -1
- package/src/row/AWSUpdateRow.ts +35 -0
- package/src/row/AzureCategoryRow.ts +29 -0
- package/src/row/AzureCreateRow.ts +36 -0
- package/src/row/AzureFieldRow.ts +30 -0
- package/src/row/AzureFullRow.ts +40 -0
- package/src/row/AzureRow.ts +33 -0
- package/src/row/AzureTagRow.ts +30 -0
- package/src/row/AzureUpdateRow.ts +36 -0
- package/src/row/GCPCategoryRow.ts +29 -0
- package/src/row/GCPCreateRow.ts +34 -0
- package/src/row/GCPFieldRow.ts +30 -0
- package/src/row/GCPFullRow.ts +38 -0
- package/src/row/GCPRow.ts +31 -0
- package/src/row/GCPTagRow.ts +30 -0
- package/src/row/GCPUpdateRow.ts +34 -0
- package/dist/row/AWSInputRow.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GCPTagMetaTable.js","sourceRoot":"","sources":["../../src/meta/GCPTagMetaTable.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,qDAAiF;AAEjF,qDAAsE;AAGtE,MAAa,eAAgB,SAAQ,iCAAsD;IAWvF,YAAY,QAAwD;QAEhE,KAAK,CAAC,QAAQ,EAAE,WAAW,EAAE,SAAS,EAAE,IAAI,0BAAQ,CAAC,EAAE,CAAC,CAAC,CAAC;QAC1D,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,CAAC;YACzD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,SAAS,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC7E,IAAI,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC9D,KAAK,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,CAAC;YAClE,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAO,EAAU,EAAE,EAAE;YAErC,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QAC1C,CAAC,CAAA,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAO,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,EAAE;YAEzH,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;QACnE,CAAC,CAAA,CAAC;IACN,CAAC;CACJ;AAlCD,0CAkCC;AAAA,CAAC"}
|
|
@@ -2,6 +2,14 @@ import { AWSCategoryMetaTable } from "./AWSCategoryMetaTable";
|
|
|
2
2
|
import { AWSFieldMetaTable } from "./AWSFieldMetaTable";
|
|
3
3
|
import { AWSMetaTable } from "./AWSMetaTable";
|
|
4
4
|
import { AWSTagMetaTable } from "./AWSTagMetaTable";
|
|
5
|
+
import { AzureCategoryMetaTable } from "./AzureCategoryMetaTable";
|
|
6
|
+
import { AzureFieldMetaTable } from "./AzureFieldMetaTable";
|
|
7
|
+
import { AzureMetaTable } from "./AzureMetaTable";
|
|
8
|
+
import { AzureTagMetaTable } from "./AzureTagMetaTable";
|
|
9
|
+
import { GCPCategoryMetaTable } from "./GCPCategoryMetaTable";
|
|
10
|
+
import { GCPFieldMetaTable } from "./GCPFieldMetaTable";
|
|
11
|
+
import { GCPMetaTable } from "./GCPMetaTable";
|
|
12
|
+
import { GCPTagMetaTable } from "./GCPTagMetaTable";
|
|
5
13
|
import { NSBaseMetaDatabase } from "namirasoft-site";
|
|
6
14
|
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
7
15
|
import { TokenManager } from "namirasoft-account";
|
|
@@ -13,6 +21,14 @@ export declare class NamirasoftCredentialMetaDatabase extends NSBaseMetaDatabase
|
|
|
13
21
|
a_w_s_field: AWSFieldMetaTable;
|
|
14
22
|
a_w_s_tag: AWSTagMetaTable;
|
|
15
23
|
aws: AWSMetaTable;
|
|
24
|
+
azure_category: AzureCategoryMetaTable;
|
|
25
|
+
azure_field: AzureFieldMetaTable;
|
|
26
|
+
azure_tag: AzureTagMetaTable;
|
|
27
|
+
azure: AzureMetaTable;
|
|
28
|
+
g_c_p_category: GCPCategoryMetaTable;
|
|
29
|
+
g_c_p_field: GCPFieldMetaTable;
|
|
30
|
+
g_c_p_tag: GCPTagMetaTable;
|
|
31
|
+
gcp: GCPMetaTable;
|
|
16
32
|
};
|
|
17
33
|
constructor(manager?: TokenManager, onError?: (error: Error) => void);
|
|
18
34
|
getServer(): NamirasoftCredentialServer;
|
|
@@ -5,7 +5,15 @@ const AWSCategoryMetaTable_1 = require("./AWSCategoryMetaTable");
|
|
|
5
5
|
const AWSFieldMetaTable_1 = require("./AWSFieldMetaTable");
|
|
6
6
|
const AWSMetaTable_1 = require("./AWSMetaTable");
|
|
7
7
|
const AWSTagMetaTable_1 = require("./AWSTagMetaTable");
|
|
8
|
+
const AzureCategoryMetaTable_1 = require("./AzureCategoryMetaTable");
|
|
9
|
+
const AzureFieldMetaTable_1 = require("./AzureFieldMetaTable");
|
|
10
|
+
const AzureMetaTable_1 = require("./AzureMetaTable");
|
|
11
|
+
const AzureTagMetaTable_1 = require("./AzureTagMetaTable");
|
|
8
12
|
const namirasoft_core_1 = require("namirasoft-core");
|
|
13
|
+
const GCPCategoryMetaTable_1 = require("./GCPCategoryMetaTable");
|
|
14
|
+
const GCPFieldMetaTable_1 = require("./GCPFieldMetaTable");
|
|
15
|
+
const GCPMetaTable_1 = require("./GCPMetaTable");
|
|
16
|
+
const GCPTagMetaTable_1 = require("./GCPTagMetaTable");
|
|
9
17
|
const namirasoft_site_1 = require("namirasoft-site");
|
|
10
18
|
const NamirasoftCredentialServer_1 = require("../NamirasoftCredentialServer");
|
|
11
19
|
class NamirasoftCredentialMetaDatabase extends namirasoft_site_1.NSBaseMetaDatabase {
|
|
@@ -18,6 +26,14 @@ class NamirasoftCredentialMetaDatabase extends namirasoft_site_1.NSBaseMetaDatab
|
|
|
18
26
|
a_w_s_field: new AWSFieldMetaTable_1.AWSFieldMetaTable(this),
|
|
19
27
|
a_w_s_tag: new AWSTagMetaTable_1.AWSTagMetaTable(this),
|
|
20
28
|
aws: new AWSMetaTable_1.AWSMetaTable(this),
|
|
29
|
+
azure_category: new AzureCategoryMetaTable_1.AzureCategoryMetaTable(this),
|
|
30
|
+
azure_field: new AzureFieldMetaTable_1.AzureFieldMetaTable(this),
|
|
31
|
+
azure_tag: new AzureTagMetaTable_1.AzureTagMetaTable(this),
|
|
32
|
+
azure: new AzureMetaTable_1.AzureMetaTable(this),
|
|
33
|
+
g_c_p_category: new GCPCategoryMetaTable_1.GCPCategoryMetaTable(this),
|
|
34
|
+
g_c_p_field: new GCPFieldMetaTable_1.GCPFieldMetaTable(this),
|
|
35
|
+
g_c_p_tag: new GCPTagMetaTable_1.GCPTagMetaTable(this),
|
|
36
|
+
gcp: new GCPMetaTable_1.GCPMetaTable(this),
|
|
21
37
|
};
|
|
22
38
|
}
|
|
23
39
|
getServer() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NamirasoftCredentialMetaDatabase.js","sourceRoot":"","sources":["../../src/meta/NamirasoftCredentialMetaDatabase.ts"],"names":[],"mappings":";;;AAoBA,iEAA8D;AAC9D,2DAAwD;AACxD,iDAA8C;AAC9C,uDAAoD;AACpD,qDAA6C;AAC7C,qDAAqD;AACrD,8EAA2E;AAG3E,MAAa,gCAAiC,SAAQ,oCAA8C;
|
|
1
|
+
{"version":3,"file":"NamirasoftCredentialMetaDatabase.js","sourceRoot":"","sources":["../../src/meta/NamirasoftCredentialMetaDatabase.ts"],"names":[],"mappings":";;;AAoBA,iEAA8D;AAC9D,2DAAwD;AACxD,iDAA8C;AAC9C,uDAAoD;AACpD,qEAAkE;AAClE,+DAA4D;AAC5D,qDAAkD;AAClD,2DAAwD;AACxD,qDAA6C;AAC7C,iEAA8D;AAC9D,2DAAwD;AACxD,iDAA8C;AAC9C,uDAAoD;AACpD,qDAAqD;AACrD,8EAA2E;AAG3E,MAAa,gCAAiC,SAAQ,oCAA8C;IAkBhG,YAAY,OAAsB,EAAE,OAAgC;QAEhE,KAAK,CAAC,EAAE,EAAE,EAAE,sBAAsB,EAAE,IAAI,EAAE,uBAAuB,EAAE,QAAQ,EAAE,oBAAoB,EAAE,WAAW,EAAE,gIAAgI,EAAE,IAAI,EAAE,yEAAyE,EAAE,IAAI,EAAE,mCAAmC,EAAE,CAAC,CAAC;QAChX,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,MAAM,GAAG;YACV,cAAc,EAAE,IAAI,2CAAoB,CAAC,IAAI,CAAC;YAC9C,WAAW,EAAE,IAAI,qCAAiB,CAAC,IAAI,CAAC;YACxC,SAAS,EAAE,IAAI,iCAAe,CAAC,IAAI,CAAC;YACpC,GAAG,EAAE,IAAI,2BAAY,CAAC,IAAI,CAAC;YAC3B,cAAc,EAAE,IAAI,+CAAsB,CAAC,IAAI,CAAC;YAChD,WAAW,EAAE,IAAI,yCAAmB,CAAC,IAAI,CAAC;YAC1C,SAAS,EAAE,IAAI,qCAAiB,CAAC,IAAI,CAAC;YACtC,KAAK,EAAE,IAAI,+BAAc,CAAC,IAAI,CAAC;YAC/B,cAAc,EAAE,IAAI,2CAAoB,CAAC,IAAI,CAAC;YAC9C,WAAW,EAAE,IAAI,qCAAiB,CAAC,IAAI,CAAC;YACxC,SAAS,EAAE,IAAI,iCAAe,CAAC,IAAI,CAAC;YACpC,GAAG,EAAE,IAAI,2BAAY,CAAC,IAAI,CAAC;SAC9B,CAAC;IACN,CAAC;IACQ,SAAS;QAEd,IAAI,CAAC,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO;YAC9B,MAAM,IAAI,KAAK,CAAC,sGAAsG,CAAC,CAAA;QAC3H,IAAI,IAAI,GAAG,oCAAkB,CAAC,gBAAgB,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QAClE,IAAI,QAAQ,GAAG,IAAI,4BAAU,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,SAAS,EAAE,CAAC;QACtD,OAAO,IAAI,uDAA0B,CAAC,QAAQ,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;IAChF,CAAC;CACJ;AA9CD,4EA8CC;AAAA,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
|
|
2
2
|
import { EntityFieldInputRow } from "./EntityFieldInputRow";
|
|
3
3
|
import { EntityTagInputRow } from "./EntityTagInputRow";
|
|
4
|
-
export type
|
|
4
|
+
export type AWSCreateRow = {
|
|
5
5
|
workspace_id: (string | null);
|
|
6
6
|
name: string;
|
|
7
7
|
access_key: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AWSCreateRow.js","sourceRoot":"","sources":["../../src/row/AWSCreateRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
|
|
2
|
+
import { EntityFieldInputRow } from "./EntityFieldInputRow";
|
|
3
|
+
import { EntityTagInputRow } from "./EntityTagInputRow";
|
|
4
|
+
export type AWSUpdateRow = {
|
|
5
|
+
workspace_id: (string | null);
|
|
6
|
+
name: string;
|
|
7
|
+
access_key: (string | null);
|
|
8
|
+
secret_key: (string | null);
|
|
9
|
+
description: string;
|
|
10
|
+
aws_category: (EntityCategoryInputRow | null)[];
|
|
11
|
+
aws_field: (EntityFieldInputRow | null)[];
|
|
12
|
+
aws_tag: (EntityTagInputRow | null)[];
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AWSUpdateRow.js","sourceRoot":"","sources":["../../src/row/AWSUpdateRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AzureCategoryRow.js","sourceRoot":"","sources":["../../src/row/AzureCategoryRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
|
|
2
|
+
import { EntityFieldInputRow } from "./EntityFieldInputRow";
|
|
3
|
+
import { EntityTagInputRow } from "./EntityTagInputRow";
|
|
4
|
+
export type AzureCreateRow = {
|
|
5
|
+
workspace_id: (string | null);
|
|
6
|
+
name: string;
|
|
7
|
+
tenant_id: string;
|
|
8
|
+
client_id: string;
|
|
9
|
+
client_secret: string;
|
|
10
|
+
description: string;
|
|
11
|
+
azure_category: (EntityCategoryInputRow | null)[];
|
|
12
|
+
azure_field: (EntityFieldInputRow | null)[];
|
|
13
|
+
azure_tag: (EntityTagInputRow | null)[];
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AzureCreateRow.js","sourceRoot":"","sources":["../../src/row/AzureCreateRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AzureFieldRow.js","sourceRoot":"","sources":["../../src/row/AzureFieldRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
|
|
2
|
+
import { EntityFieldInputRow } from "./EntityFieldInputRow";
|
|
3
|
+
import { EntityTagInputRow } from "./EntityTagInputRow";
|
|
4
|
+
export type AzureFullRow = {
|
|
5
|
+
id: string;
|
|
6
|
+
user_id: number;
|
|
7
|
+
workspace_id: string;
|
|
8
|
+
name: string;
|
|
9
|
+
tenant_id: string;
|
|
10
|
+
client_id: string;
|
|
11
|
+
client_secret: string;
|
|
12
|
+
description: string;
|
|
13
|
+
created_at: Date;
|
|
14
|
+
updated_at: Date;
|
|
15
|
+
azure_category: (EntityCategoryInputRow | null)[];
|
|
16
|
+
azure_field: (EntityFieldInputRow | null)[];
|
|
17
|
+
azure_tag: (EntityTagInputRow | null)[];
|
|
18
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AzureFullRow.js","sourceRoot":"","sources":["../../src/row/AzureFullRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AzureRow.js","sourceRoot":"","sources":["../../src/row/AzureRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AzureTagRow.js","sourceRoot":"","sources":["../../src/row/AzureTagRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
|
|
2
|
+
import { EntityFieldInputRow } from "./EntityFieldInputRow";
|
|
3
|
+
import { EntityTagInputRow } from "./EntityTagInputRow";
|
|
4
|
+
export type AzureUpdateRow = {
|
|
5
|
+
workspace_id: (string | null);
|
|
6
|
+
name: string;
|
|
7
|
+
tenant_id: (string | null);
|
|
8
|
+
client_id: (string | null);
|
|
9
|
+
client_secret: (string | null);
|
|
10
|
+
description: string;
|
|
11
|
+
azure_category: (EntityCategoryInputRow | null)[];
|
|
12
|
+
azure_field: (EntityFieldInputRow | null)[];
|
|
13
|
+
azure_tag: (EntityTagInputRow | null)[];
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AzureUpdateRow.js","sourceRoot":"","sources":["../../src/row/AzureUpdateRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GCPCategoryRow.js","sourceRoot":"","sources":["../../src/row/GCPCategoryRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
|
|
2
|
+
import { EntityFieldInputRow } from "./EntityFieldInputRow";
|
|
3
|
+
import { EntityTagInputRow } from "./EntityTagInputRow";
|
|
4
|
+
export type GCPCreateRow = {
|
|
5
|
+
workspace_id: (string | null);
|
|
6
|
+
name: string;
|
|
7
|
+
credentials: string;
|
|
8
|
+
description: string;
|
|
9
|
+
gcp_category: (EntityCategoryInputRow | null)[];
|
|
10
|
+
gcp_field: (EntityFieldInputRow | null)[];
|
|
11
|
+
gcp_tag: (EntityTagInputRow | null)[];
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GCPCreateRow.js","sourceRoot":"","sources":["../../src/row/GCPCreateRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GCPFieldRow.js","sourceRoot":"","sources":["../../src/row/GCPFieldRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
|
|
2
|
+
import { EntityFieldInputRow } from "./EntityFieldInputRow";
|
|
3
|
+
import { EntityTagInputRow } from "./EntityTagInputRow";
|
|
4
|
+
export type GCPFullRow = {
|
|
5
|
+
id: string;
|
|
6
|
+
user_id: number;
|
|
7
|
+
workspace_id: string;
|
|
8
|
+
name: string;
|
|
9
|
+
credentials: string;
|
|
10
|
+
description: string;
|
|
11
|
+
created_at: Date;
|
|
12
|
+
updated_at: Date;
|
|
13
|
+
gcp_category: (EntityCategoryInputRow | null)[];
|
|
14
|
+
gcp_field: (EntityFieldInputRow | null)[];
|
|
15
|
+
gcp_tag: (EntityTagInputRow | null)[];
|
|
16
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GCPFullRow.js","sourceRoot":"","sources":["../../src/row/GCPFullRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GCPRow.js","sourceRoot":"","sources":["../../src/row/GCPRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GCPTagRow.js","sourceRoot":"","sources":["../../src/row/GCPTagRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
|
|
2
|
+
import { EntityFieldInputRow } from "./EntityFieldInputRow";
|
|
3
|
+
import { EntityTagInputRow } from "./EntityTagInputRow";
|
|
4
|
+
export type GCPUpdateRow = {
|
|
5
|
+
workspace_id: (string | null);
|
|
6
|
+
name: string;
|
|
7
|
+
credentials: (string | null);
|
|
8
|
+
description: string;
|
|
9
|
+
gcp_category: (EntityCategoryInputRow | null)[];
|
|
10
|
+
gcp_field: (EntityFieldInputRow | null)[];
|
|
11
|
+
gcp_tag: (EntityTagInputRow | null)[];
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GCPUpdateRow.js","sourceRoot":"","sources":["../../src/row/GCPUpdateRow.ts"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"framework": "npm",
|
|
9
9
|
"application": "package",
|
|
10
10
|
"private": false,
|
|
11
|
-
"version": "1.4.
|
|
11
|
+
"version": "1.4.2",
|
|
12
12
|
"author": "Amir Abolhasani",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"main": "./dist/index.js",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"build": ""
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"namirasoft-core": "^1.4.
|
|
20
|
+
"namirasoft-core": "^1.4.63",
|
|
21
21
|
"namirasoft-site": "^1.4.27",
|
|
22
22
|
"namirasoft-node-cli": "^1.4.5",
|
|
23
23
|
"namirasoft-account": "^1.4.69"
|
|
@@ -23,6 +23,14 @@ import { NamirasoftCredentialServerAWS } from "./NamirasoftCredentialServerAWS";
|
|
|
23
23
|
import { NamirasoftCredentialServerAWSCategory } from "./NamirasoftCredentialServerAWSCategory";
|
|
24
24
|
import { NamirasoftCredentialServerAWSField } from "./NamirasoftCredentialServerAWSField";
|
|
25
25
|
import { NamirasoftCredentialServerAWSTag } from "./NamirasoftCredentialServerAWSTag";
|
|
26
|
+
import { NamirasoftCredentialServerAzure } from "./NamirasoftCredentialServerAzure";
|
|
27
|
+
import { NamirasoftCredentialServerAzureCategory } from "./NamirasoftCredentialServerAzureCategory";
|
|
28
|
+
import { NamirasoftCredentialServerAzureField } from "./NamirasoftCredentialServerAzureField";
|
|
29
|
+
import { NamirasoftCredentialServerAzureTag } from "./NamirasoftCredentialServerAzureTag";
|
|
30
|
+
import { NamirasoftCredentialServerGCP } from "./NamirasoftCredentialServerGCP";
|
|
31
|
+
import { NamirasoftCredentialServerGCPCategory } from "./NamirasoftCredentialServerGCPCategory";
|
|
32
|
+
import { NamirasoftCredentialServerGCPField } from "./NamirasoftCredentialServerGCPField";
|
|
33
|
+
import { NamirasoftCredentialServerGCPTag } from "./NamirasoftCredentialServerGCPTag";
|
|
26
34
|
import { NamirasoftCredentialServerHealthz } from "./NamirasoftCredentialServerHealthz";
|
|
27
35
|
import { NamirasoftCredentialServerValue } from "./NamirasoftCredentialServerValue";
|
|
28
36
|
import { TokenManager } from "namirasoft-account";
|
|
@@ -35,14 +43,30 @@ export class NamirasoftCredentialServer extends NSABaseServer
|
|
|
35
43
|
a_w_s_field: NamirasoftCredentialServerAWSField;
|
|
36
44
|
a_w_s_tag: NamirasoftCredentialServerAWSTag;
|
|
37
45
|
aws: NamirasoftCredentialServerAWS;
|
|
46
|
+
azure_category: NamirasoftCredentialServerAzureCategory;
|
|
47
|
+
azure_field: NamirasoftCredentialServerAzureField;
|
|
48
|
+
azure_tag: NamirasoftCredentialServerAzureTag;
|
|
49
|
+
azure: NamirasoftCredentialServerAzure;
|
|
50
|
+
g_c_p_category: NamirasoftCredentialServerGCPCategory;
|
|
51
|
+
g_c_p_field: NamirasoftCredentialServerGCPField;
|
|
52
|
+
g_c_p_tag: NamirasoftCredentialServerGCPTag;
|
|
53
|
+
gcp: NamirasoftCredentialServerGCP;
|
|
38
54
|
constructor(base_url: string, manager: TokenManager, onError: (error: Error) => void)
|
|
39
55
|
{
|
|
40
|
-
super(base_url, `1.4.
|
|
56
|
+
super(base_url, `1.4.2`, manager, onError);
|
|
41
57
|
this.healthz = new NamirasoftCredentialServerHealthz(this);
|
|
42
58
|
this.value = new NamirasoftCredentialServerValue(this);
|
|
43
59
|
this.a_w_s_category = new NamirasoftCredentialServerAWSCategory(this);
|
|
44
60
|
this.a_w_s_field = new NamirasoftCredentialServerAWSField(this);
|
|
45
61
|
this.a_w_s_tag = new NamirasoftCredentialServerAWSTag(this);
|
|
46
62
|
this.aws = new NamirasoftCredentialServerAWS(this);
|
|
63
|
+
this.azure_category = new NamirasoftCredentialServerAzureCategory(this);
|
|
64
|
+
this.azure_field = new NamirasoftCredentialServerAzureField(this);
|
|
65
|
+
this.azure_tag = new NamirasoftCredentialServerAzureTag(this);
|
|
66
|
+
this.azure = new NamirasoftCredentialServerAzure(this);
|
|
67
|
+
this.g_c_p_category = new NamirasoftCredentialServerGCPCategory(this);
|
|
68
|
+
this.g_c_p_field = new NamirasoftCredentialServerGCPField(this);
|
|
69
|
+
this.g_c_p_tag = new NamirasoftCredentialServerGCPTag(this);
|
|
70
|
+
this.gcp = new NamirasoftCredentialServerGCP(this);
|
|
47
71
|
}
|
|
48
72
|
};
|
|
@@ -18,9 +18,10 @@
|
|
|
18
18
|
/* */
|
|
19
19
|
/****************************************************************/
|
|
20
20
|
|
|
21
|
+
import { AWSCreateRow } from "./row/AWSCreateRow";
|
|
21
22
|
import { AWSFullRow } from "./row/AWSFullRow";
|
|
22
|
-
import { AWSInputRow } from "./row/AWSInputRow";
|
|
23
23
|
import { AWSRow } from "./row/AWSRow";
|
|
24
|
+
import { AWSUpdateRow } from "./row/AWSUpdateRow";
|
|
24
25
|
import { FilterItem } from "namirasoft-core";
|
|
25
26
|
import { NamirasoftCredentialServer } from "./NamirasoftCredentialServer";
|
|
26
27
|
import { NamirasoftCredentialServerBase } from "./NamirasoftCredentialServerBase";
|
|
@@ -51,13 +52,13 @@ export class NamirasoftCredentialServerAWS extends NamirasoftCredentialServerBas
|
|
|
51
52
|
let { data } = await this.server._get<AWSFullRow>(path, {});
|
|
52
53
|
return data;
|
|
53
54
|
}
|
|
54
|
-
async Create(body:
|
|
55
|
+
async Create(body: AWSCreateRow): Promise<AWSRow>
|
|
55
56
|
{
|
|
56
57
|
let path = `/aws`;
|
|
57
58
|
let { data } = await this.server._post<AWSRow>(path, {}, body);
|
|
58
59
|
return data;
|
|
59
60
|
}
|
|
60
|
-
async Update(id: string, body:
|
|
61
|
+
async Update(id: string, body: AWSUpdateRow): Promise<AWSRow>
|
|
61
62
|
{
|
|
62
63
|
let path = `/aws/${id}`;
|
|
63
64
|
let { data } = await this.server._put<AWSRow>(path, {}, body);
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { AzureCreateRow } from "./row/AzureCreateRow";
|
|
22
|
+
import { AzureFullRow } from "./row/AzureFullRow";
|
|
23
|
+
import { AzureRow } from "./row/AzureRow";
|
|
24
|
+
import { AzureUpdateRow } from "./row/AzureUpdateRow";
|
|
25
|
+
import { FilterItem } from "namirasoft-core";
|
|
26
|
+
import { NamirasoftCredentialServer } from "./NamirasoftCredentialServer";
|
|
27
|
+
import { NamirasoftCredentialServerBase } from "./NamirasoftCredentialServerBase";
|
|
28
|
+
import { SortItem } from "namirasoft-core";
|
|
29
|
+
|
|
30
|
+
export class NamirasoftCredentialServerAzure extends NamirasoftCredentialServerBase
|
|
31
|
+
{
|
|
32
|
+
constructor(server: NamirasoftCredentialServer)
|
|
33
|
+
{
|
|
34
|
+
super(server);
|
|
35
|
+
this.List = this.List.bind(this);
|
|
36
|
+
this.Get = this.Get.bind(this);
|
|
37
|
+
this.Create = this.Create.bind(this);
|
|
38
|
+
this.Update = this.Update.bind(this);
|
|
39
|
+
this.Delete = this.Delete.bind(this);
|
|
40
|
+
}
|
|
41
|
+
async List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]): Promise<{ rows: AzureRow[], count: number }>
|
|
42
|
+
{
|
|
43
|
+
let filters_string_value: string = FilterItem.stringify(filters);
|
|
44
|
+
let sorts_string_value: string = SortItem.stringify(sorts);
|
|
45
|
+
let path = `/azure/list`;
|
|
46
|
+
let { data } = await this.server._get<{ rows: AzureRow[], count: number }>(path, { filters: filters_string_value, page, size, sorts: sorts_string_value });
|
|
47
|
+
return data;
|
|
48
|
+
}
|
|
49
|
+
async Get(id: string): Promise<AzureFullRow>
|
|
50
|
+
{
|
|
51
|
+
let path = `/azure/${id}`;
|
|
52
|
+
let { data } = await this.server._get<AzureFullRow>(path, {});
|
|
53
|
+
return data;
|
|
54
|
+
}
|
|
55
|
+
async Create(body: AzureCreateRow): Promise<AzureRow>
|
|
56
|
+
{
|
|
57
|
+
let path = `/azure`;
|
|
58
|
+
let { data } = await this.server._post<AzureRow>(path, {}, body);
|
|
59
|
+
return data;
|
|
60
|
+
}
|
|
61
|
+
async Update(id: string, body: AzureUpdateRow): Promise<AzureRow>
|
|
62
|
+
{
|
|
63
|
+
let path = `/azure/${id}`;
|
|
64
|
+
let { data } = await this.server._put<AzureRow>(path, {}, body);
|
|
65
|
+
return data;
|
|
66
|
+
}
|
|
67
|
+
async Delete(id: string): Promise<void>
|
|
68
|
+
{
|
|
69
|
+
let path = `/azure/${id}`;
|
|
70
|
+
await this.server._delete<void>(path, {});
|
|
71
|
+
}
|
|
72
|
+
};
|