Working on DART api at cafe

This commit is contained in:
2023-07-16 11:03:27 +09:00
parent eb0df23b89
commit 0cd433f337
5 changed files with 250 additions and 41 deletions

View File

@@ -113,6 +113,8 @@
34F844832A6263E600152D98 /* BondBankManagementProcedureStopResult.json in Resources */ = {isa = PBXBuildFile; fileRef = 34F844822A6263E600152D98 /* BondBankManagementProcedureStopResult.json */; };
34F844852A6265EF00152D98 /* ContingentConvertibleBondIssueDecisionResult.json in Resources */ = {isa = PBXBuildFile; fileRef = 34F844842A6265EF00152D98 /* ContingentConvertibleBondIssueDecisionResult.json */; };
34F844872A62695700152D98 /* AssetsTransferEtcPutbackOptionResult.json in Resources */ = {isa = PBXBuildFile; fileRef = 34F844862A62695700152D98 /* AssetsTransferEtcPutbackOptionResult.json */; };
34F844892A62BF8500152D98 /* OtherCoporationStockInvestmentSecuritiesTransferDecisionResult.json in Resources */ = {isa = PBXBuildFile; fileRef = 34F844882A62BF8500152D98 /* OtherCoporationStockInvestmentSecuritiesTransferDecisionResult.json */; };
34F8448B2A63857F00152D98 /* TangibleAssetsTransferDecisionResult.json in Resources */ = {isa = PBXBuildFile; fileRef = 34F8448A2A63857F00152D98 /* TangibleAssetsTransferDecisionResult.json */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -233,6 +235,8 @@
34F844822A6263E600152D98 /* BondBankManagementProcedureStopResult.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = BondBankManagementProcedureStopResult.json; sourceTree = "<group>"; };
34F844842A6265EF00152D98 /* ContingentConvertibleBondIssueDecisionResult.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = ContingentConvertibleBondIssueDecisionResult.json; sourceTree = "<group>"; };
34F844862A62695700152D98 /* AssetsTransferEtcPutbackOptionResult.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = AssetsTransferEtcPutbackOptionResult.json; sourceTree = "<group>"; };
34F844882A62BF8500152D98 /* OtherCoporationStockInvestmentSecuritiesTransferDecisionResult.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = OtherCoporationStockInvestmentSecuritiesTransferDecisionResult.json; sourceTree = "<group>"; };
34F8448A2A63857F00152D98 /* TangibleAssetsTransferDecisionResult.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = TangibleAssetsTransferDecisionResult.json; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -517,6 +521,8 @@
34F844822A6263E600152D98 /* BondBankManagementProcedureStopResult.json */,
34F844842A6265EF00152D98 /* ContingentConvertibleBondIssueDecisionResult.json */,
34F844862A62695700152D98 /* AssetsTransferEtcPutbackOptionResult.json */,
34F844882A62BF8500152D98 /* OtherCoporationStockInvestmentSecuritiesTransferDecisionResult.json */,
34F8448A2A63857F00152D98 /* TangibleAssetsTransferDecisionResult.json */,
);
path = MajorReport;
sourceTree = "<group>";
@@ -621,6 +627,7 @@
buildActionMask = 2147483647;
files = (
34F844382A62125C00152D98 /* OutsideDirectorResult.json in Resources */,
34F8448B2A63857F00152D98 /* TangibleAssetsTransferDecisionResult.json in Resources */,
34F8441C2A6210AC00152D98 /* ConditionalCapitalSecuritiesOutstandingBalanceResult.json in Resources */,
34F844202A6210FD00152D98 /* CorporateBondOutstandingBalanceResult.json in Resources */,
34F8447B2A62572500152D98 /* OverseaListingResult.json in Resources */,
@@ -628,6 +635,7 @@
34F8446B2A6219EA00152D98 /* CapitalIncreaseDecisionResult.json in Resources */,
34F844772A6256C700152D98 /* ConvertibleBondIssueDecisionResult.json in Resources */,
34F844242A62114500152D98 /* CommercialPaperOutstandingBalanceResult.json in Resources */,
34F844892A62BF8500152D98 /* OtherCoporationStockInvestmentSecuritiesTransferDecisionResult.json in Resources */,
34F8445E2A6218BA00152D98 /* ExecutiveMajorShareholderResult.json in Resources */,
34F8444C2A62164700152D98 /* DirectorAuditorPersonalSalaryResult.json in Resources */,
34F844572A62178100152D98 /* SingleAccountAllFinancialStatementResult.json in Resources */,