namirasoft-erp 1.4.0
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/NamirasoftErpServer.d.ts +35 -0
- package/dist/NamirasoftErpServer.js +42 -0
- package/dist/NamirasoftErpServer.js.map +1 -0
- package/dist/NamirasoftErpServerAccountPartyType.d.ts +14 -0
- package/dist/NamirasoftErpServerAccountPartyType.js +41 -0
- package/dist/NamirasoftErpServerAccountPartyType.js.map +1 -0
- package/dist/NamirasoftErpServerBase.d.ts +5 -0
- package/dist/NamirasoftErpServerBase.js +11 -0
- package/dist/NamirasoftErpServerBase.js.map +1 -0
- package/dist/NamirasoftErpServerBranch.d.ts +18 -0
- package/dist/NamirasoftErpServerBranch.js +64 -0
- package/dist/NamirasoftErpServerBranch.js.map +1 -0
- package/dist/NamirasoftErpServerCompany.d.ts +18 -0
- package/dist/NamirasoftErpServerCompany.js +64 -0
- package/dist/NamirasoftErpServerCompany.js.map +1 -0
- package/dist/NamirasoftErpServerCurrency.d.ts +18 -0
- package/dist/NamirasoftErpServerCurrency.js +64 -0
- package/dist/NamirasoftErpServerCurrency.js.map +1 -0
- package/dist/NamirasoftErpServerCurrencyExchange.d.ts +18 -0
- package/dist/NamirasoftErpServerCurrencyExchange.js +64 -0
- package/dist/NamirasoftErpServerCurrencyExchange.js.map +1 -0
- package/dist/NamirasoftErpServerERPAccount.d.ts +18 -0
- package/dist/NamirasoftErpServerERPAccount.js +64 -0
- package/dist/NamirasoftErpServerERPAccount.js.map +1 -0
- package/dist/NamirasoftErpServerFiscalYear.d.ts +18 -0
- package/dist/NamirasoftErpServerFiscalYear.js +64 -0
- package/dist/NamirasoftErpServerFiscalYear.js.map +1 -0
- package/dist/NamirasoftErpServerHealth.d.ts +8 -0
- package/dist/NamirasoftErpServerHealth.js +35 -0
- package/dist/NamirasoftErpServerHealth.js.map +1 -0
- package/dist/NamirasoftErpServerHealthz.d.ts +7 -0
- package/dist/NamirasoftErpServerHealthz.js +28 -0
- package/dist/NamirasoftErpServerHealthz.js.map +1 -0
- package/dist/NamirasoftErpServerJournalEntry.d.ts +18 -0
- package/dist/NamirasoftErpServerJournalEntry.js +64 -0
- package/dist/NamirasoftErpServerJournalEntry.js.map +1 -0
- package/dist/NamirasoftErpServerJournalEntryLine.d.ts +14 -0
- package/dist/NamirasoftErpServerJournalEntryLine.js +41 -0
- package/dist/NamirasoftErpServerJournalEntryLine.js.map +1 -0
- package/dist/NamirasoftErpServerMetrics.d.ts +7 -0
- package/dist/NamirasoftErpServerMetrics.js +28 -0
- package/dist/NamirasoftErpServerMetrics.js.map +1 -0
- package/dist/NamirasoftErpServerParty.d.ts +18 -0
- package/dist/NamirasoftErpServerParty.js +64 -0
- package/dist/NamirasoftErpServerParty.js.map +1 -0
- package/dist/NamirasoftErpServerPartyType.d.ts +18 -0
- package/dist/NamirasoftErpServerPartyType.js +64 -0
- package/dist/NamirasoftErpServerPartyType.js.map +1 -0
- package/dist/NamirasoftErpServerValue.d.ts +7 -0
- package/dist/NamirasoftErpServerValue.js +29 -0
- package/dist/NamirasoftErpServerValue.js.map +1 -0
- package/dist/command/AccountPartyTypeCommand.d.ts +4 -0
- package/dist/command/AccountPartyTypeCommand.js +17 -0
- package/dist/command/AccountPartyTypeCommand.js.map +1 -0
- package/dist/command/AccountPartyTypeGetCommand.d.ts +5 -0
- package/dist/command/AccountPartyTypeGetCommand.js +38 -0
- package/dist/command/AccountPartyTypeGetCommand.js.map +1 -0
- package/dist/command/AccountPartyTypeListCommand.d.ts +5 -0
- package/dist/command/AccountPartyTypeListCommand.js +38 -0
- package/dist/command/AccountPartyTypeListCommand.js.map +1 -0
- package/dist/command/BranchCommand.d.ts +4 -0
- package/dist/command/BranchCommand.js +23 -0
- package/dist/command/BranchCommand.js.map +1 -0
- package/dist/command/BranchCreateCommand.d.ts +5 -0
- package/dist/command/BranchCreateCommand.js +94 -0
- package/dist/command/BranchCreateCommand.js.map +1 -0
- package/dist/command/BranchDeleteCommand.d.ts +5 -0
- package/dist/command/BranchDeleteCommand.js +38 -0
- package/dist/command/BranchDeleteCommand.js.map +1 -0
- package/dist/command/BranchGetCommand.d.ts +5 -0
- package/dist/command/BranchGetCommand.js +38 -0
- package/dist/command/BranchGetCommand.js.map +1 -0
- package/dist/command/BranchListCommand.d.ts +5 -0
- package/dist/command/BranchListCommand.js +38 -0
- package/dist/command/BranchListCommand.js.map +1 -0
- package/dist/command/BranchUpdateCommand.d.ts +5 -0
- package/dist/command/BranchUpdateCommand.js +94 -0
- package/dist/command/BranchUpdateCommand.js.map +1 -0
- package/dist/command/CompanyCommand.d.ts +4 -0
- package/dist/command/CompanyCommand.js +23 -0
- package/dist/command/CompanyCommand.js.map +1 -0
- package/dist/command/CompanyCreateCommand.d.ts +5 -0
- package/dist/command/CompanyCreateCommand.js +67 -0
- package/dist/command/CompanyCreateCommand.js.map +1 -0
- package/dist/command/CompanyDeleteCommand.d.ts +5 -0
- package/dist/command/CompanyDeleteCommand.js +38 -0
- package/dist/command/CompanyDeleteCommand.js.map +1 -0
- package/dist/command/CompanyGetCommand.d.ts +5 -0
- package/dist/command/CompanyGetCommand.js +38 -0
- package/dist/command/CompanyGetCommand.js.map +1 -0
- package/dist/command/CompanyListCommand.d.ts +5 -0
- package/dist/command/CompanyListCommand.js +38 -0
- package/dist/command/CompanyListCommand.js.map +1 -0
- package/dist/command/CompanyUpdateCommand.d.ts +5 -0
- package/dist/command/CompanyUpdateCommand.js +67 -0
- package/dist/command/CompanyUpdateCommand.js.map +1 -0
- package/dist/command/CurrencyCommand.d.ts +4 -0
- package/dist/command/CurrencyCommand.js +23 -0
- package/dist/command/CurrencyCommand.js.map +1 -0
- package/dist/command/CurrencyCreateCommand.d.ts +5 -0
- package/dist/command/CurrencyCreateCommand.js +94 -0
- package/dist/command/CurrencyCreateCommand.js.map +1 -0
- package/dist/command/CurrencyDeleteCommand.d.ts +5 -0
- package/dist/command/CurrencyDeleteCommand.js +38 -0
- package/dist/command/CurrencyDeleteCommand.js.map +1 -0
- package/dist/command/CurrencyExchangeCommand.d.ts +4 -0
- package/dist/command/CurrencyExchangeCommand.js +23 -0
- package/dist/command/CurrencyExchangeCommand.js.map +1 -0
- package/dist/command/CurrencyExchangeCreateCommand.d.ts +5 -0
- package/dist/command/CurrencyExchangeCreateCommand.js +76 -0
- package/dist/command/CurrencyExchangeCreateCommand.js.map +1 -0
- package/dist/command/CurrencyExchangeDeleteCommand.d.ts +5 -0
- package/dist/command/CurrencyExchangeDeleteCommand.js +38 -0
- package/dist/command/CurrencyExchangeDeleteCommand.js.map +1 -0
- package/dist/command/CurrencyExchangeGetCommand.d.ts +5 -0
- package/dist/command/CurrencyExchangeGetCommand.js +38 -0
- package/dist/command/CurrencyExchangeGetCommand.js.map +1 -0
- package/dist/command/CurrencyExchangeListCommand.d.ts +5 -0
- package/dist/command/CurrencyExchangeListCommand.js +38 -0
- package/dist/command/CurrencyExchangeListCommand.js.map +1 -0
- package/dist/command/CurrencyExchangeUpdateCommand.d.ts +5 -0
- package/dist/command/CurrencyExchangeUpdateCommand.js +76 -0
- package/dist/command/CurrencyExchangeUpdateCommand.js.map +1 -0
- package/dist/command/CurrencyGetCommand.d.ts +5 -0
- package/dist/command/CurrencyGetCommand.js +38 -0
- package/dist/command/CurrencyGetCommand.js.map +1 -0
- package/dist/command/CurrencyListCommand.d.ts +5 -0
- package/dist/command/CurrencyListCommand.js +38 -0
- package/dist/command/CurrencyListCommand.js.map +1 -0
- package/dist/command/CurrencyUpdateCommand.d.ts +5 -0
- package/dist/command/CurrencyUpdateCommand.js +94 -0
- package/dist/command/CurrencyUpdateCommand.js.map +1 -0
- package/dist/command/ERPAccountCommand.d.ts +4 -0
- package/dist/command/ERPAccountCommand.js +23 -0
- package/dist/command/ERPAccountCommand.js.map +1 -0
- package/dist/command/ERPAccountCreateCommand.d.ts +5 -0
- package/dist/command/ERPAccountCreateCommand.js +112 -0
- package/dist/command/ERPAccountCreateCommand.js.map +1 -0
- package/dist/command/ERPAccountDeleteCommand.d.ts +5 -0
- package/dist/command/ERPAccountDeleteCommand.js +38 -0
- package/dist/command/ERPAccountDeleteCommand.js.map +1 -0
- package/dist/command/ERPAccountGetCommand.d.ts +5 -0
- package/dist/command/ERPAccountGetCommand.js +38 -0
- package/dist/command/ERPAccountGetCommand.js.map +1 -0
- package/dist/command/ERPAccountListCommand.d.ts +5 -0
- package/dist/command/ERPAccountListCommand.js +38 -0
- package/dist/command/ERPAccountListCommand.js.map +1 -0
- package/dist/command/ERPAccountUpdateCommand.d.ts +5 -0
- package/dist/command/ERPAccountUpdateCommand.js +112 -0
- package/dist/command/ERPAccountUpdateCommand.js.map +1 -0
- package/dist/command/FiscalYearCommand.d.ts +4 -0
- package/dist/command/FiscalYearCommand.js +23 -0
- package/dist/command/FiscalYearCommand.js.map +1 -0
- package/dist/command/FiscalYearCreateCommand.d.ts +5 -0
- package/dist/command/FiscalYearCreateCommand.js +94 -0
- package/dist/command/FiscalYearCreateCommand.js.map +1 -0
- package/dist/command/FiscalYearDeleteCommand.d.ts +5 -0
- package/dist/command/FiscalYearDeleteCommand.js +38 -0
- package/dist/command/FiscalYearDeleteCommand.js.map +1 -0
- package/dist/command/FiscalYearGetCommand.d.ts +5 -0
- package/dist/command/FiscalYearGetCommand.js +38 -0
- package/dist/command/FiscalYearGetCommand.js.map +1 -0
- package/dist/command/FiscalYearListCommand.d.ts +5 -0
- package/dist/command/FiscalYearListCommand.js +38 -0
- package/dist/command/FiscalYearListCommand.js.map +1 -0
- package/dist/command/FiscalYearUpdateCommand.d.ts +5 -0
- package/dist/command/FiscalYearUpdateCommand.js +94 -0
- package/dist/command/FiscalYearUpdateCommand.js.map +1 -0
- package/dist/command/HealthCommand.d.ts +4 -0
- package/dist/command/HealthCommand.js +17 -0
- package/dist/command/HealthCommand.js.map +1 -0
- package/dist/command/HealthLivenessCommand.d.ts +5 -0
- package/dist/command/HealthLivenessCommand.js +38 -0
- package/dist/command/HealthLivenessCommand.js.map +1 -0
- package/dist/command/HealthReadinessCommand.d.ts +5 -0
- package/dist/command/HealthReadinessCommand.js +38 -0
- package/dist/command/HealthReadinessCommand.js.map +1 -0
- package/dist/command/HealthzCommand.d.ts +4 -0
- package/dist/command/HealthzCommand.js +15 -0
- package/dist/command/HealthzCommand.js.map +1 -0
- package/dist/command/HealthzGetCommand.d.ts +5 -0
- package/dist/command/HealthzGetCommand.js +38 -0
- package/dist/command/HealthzGetCommand.js.map +1 -0
- package/dist/command/JournalEntryCommand.d.ts +4 -0
- package/dist/command/JournalEntryCommand.js +23 -0
- package/dist/command/JournalEntryCommand.js.map +1 -0
- package/dist/command/JournalEntryCreateCommand.d.ts +5 -0
- package/dist/command/JournalEntryCreateCommand.js +121 -0
- package/dist/command/JournalEntryCreateCommand.js.map +1 -0
- package/dist/command/JournalEntryDeleteCommand.d.ts +5 -0
- package/dist/command/JournalEntryDeleteCommand.js +38 -0
- package/dist/command/JournalEntryDeleteCommand.js.map +1 -0
- package/dist/command/JournalEntryGetCommand.d.ts +5 -0
- package/dist/command/JournalEntryGetCommand.js +38 -0
- package/dist/command/JournalEntryGetCommand.js.map +1 -0
- package/dist/command/JournalEntryLineCommand.d.ts +4 -0
- package/dist/command/JournalEntryLineCommand.js +17 -0
- package/dist/command/JournalEntryLineCommand.js.map +1 -0
- package/dist/command/JournalEntryLineGetCommand.d.ts +5 -0
- package/dist/command/JournalEntryLineGetCommand.js +38 -0
- package/dist/command/JournalEntryLineGetCommand.js.map +1 -0
- package/dist/command/JournalEntryLineListCommand.d.ts +5 -0
- package/dist/command/JournalEntryLineListCommand.js +38 -0
- package/dist/command/JournalEntryLineListCommand.js.map +1 -0
- package/dist/command/JournalEntryListCommand.d.ts +5 -0
- package/dist/command/JournalEntryListCommand.js +38 -0
- package/dist/command/JournalEntryListCommand.js.map +1 -0
- package/dist/command/JournalEntryUpdateCommand.d.ts +5 -0
- package/dist/command/JournalEntryUpdateCommand.js +121 -0
- package/dist/command/JournalEntryUpdateCommand.js.map +1 -0
- package/dist/command/MetricsCommand.d.ts +4 -0
- package/dist/command/MetricsCommand.js +15 -0
- package/dist/command/MetricsCommand.js.map +1 -0
- package/dist/command/MetricsGetCommand.d.ts +5 -0
- package/dist/command/MetricsGetCommand.js +38 -0
- package/dist/command/MetricsGetCommand.js.map +1 -0
- package/dist/command/PartyCommand.d.ts +4 -0
- package/dist/command/PartyCommand.js +23 -0
- package/dist/command/PartyCommand.js.map +1 -0
- package/dist/command/PartyCreateCommand.d.ts +5 -0
- package/dist/command/PartyCreateCommand.js +94 -0
- package/dist/command/PartyCreateCommand.js.map +1 -0
- package/dist/command/PartyDeleteCommand.d.ts +5 -0
- package/dist/command/PartyDeleteCommand.js +38 -0
- package/dist/command/PartyDeleteCommand.js.map +1 -0
- package/dist/command/PartyGetCommand.d.ts +5 -0
- package/dist/command/PartyGetCommand.js +38 -0
- package/dist/command/PartyGetCommand.js.map +1 -0
- package/dist/command/PartyListCommand.d.ts +5 -0
- package/dist/command/PartyListCommand.js +38 -0
- package/dist/command/PartyListCommand.js.map +1 -0
- package/dist/command/PartyTypeCommand.d.ts +4 -0
- package/dist/command/PartyTypeCommand.js +23 -0
- package/dist/command/PartyTypeCommand.js.map +1 -0
- package/dist/command/PartyTypeCreateCommand.d.ts +5 -0
- package/dist/command/PartyTypeCreateCommand.js +85 -0
- package/dist/command/PartyTypeCreateCommand.js.map +1 -0
- package/dist/command/PartyTypeDeleteCommand.d.ts +5 -0
- package/dist/command/PartyTypeDeleteCommand.js +38 -0
- package/dist/command/PartyTypeDeleteCommand.js.map +1 -0
- package/dist/command/PartyTypeGetCommand.d.ts +5 -0
- package/dist/command/PartyTypeGetCommand.js +38 -0
- package/dist/command/PartyTypeGetCommand.js.map +1 -0
- package/dist/command/PartyTypeListCommand.d.ts +5 -0
- package/dist/command/PartyTypeListCommand.js +38 -0
- package/dist/command/PartyTypeListCommand.js.map +1 -0
- package/dist/command/PartyTypeUpdateCommand.d.ts +5 -0
- package/dist/command/PartyTypeUpdateCommand.js +85 -0
- package/dist/command/PartyTypeUpdateCommand.js.map +1 -0
- package/dist/command/PartyUpdateCommand.d.ts +5 -0
- package/dist/command/PartyUpdateCommand.js +94 -0
- package/dist/command/PartyUpdateCommand.js.map +1 -0
- package/dist/command/ValueCommand.d.ts +4 -0
- package/dist/command/ValueCommand.js +15 -0
- package/dist/command/ValueCommand.js.map +1 -0
- package/dist/command/ValueListCommand.d.ts +5 -0
- package/dist/command/ValueListCommand.js +38 -0
- package/dist/command/ValueListCommand.js.map +1 -0
- package/dist/command/cli.d.ts +2 -0
- package/dist/command/cli.js +42 -0
- package/dist/command/cli.js.map +1 -0
- package/dist/enum/AccountType.d.ts +7 -0
- package/dist/enum/AccountType.js +12 -0
- package/dist/enum/AccountType.js.map +1 -0
- package/dist/index.d.ts +119 -0
- package/dist/index.js +136 -0
- package/dist/index.js.map +1 -0
- package/dist/meta/AccountMetaTable.d.ts +21 -0
- package/dist/meta/AccountMetaTable.js +31 -0
- package/dist/meta/AccountMetaTable.js.map +1 -0
- package/dist/meta/AccountPartyTypeMetaTable.d.ts +14 -0
- package/dist/meta/AccountPartyTypeMetaTable.js +39 -0
- package/dist/meta/AccountPartyTypeMetaTable.js.map +1 -0
- package/dist/meta/BranchMetaTable.d.ts +19 -0
- package/dist/meta/BranchMetaTable.js +42 -0
- package/dist/meta/BranchMetaTable.js.map +1 -0
- package/dist/meta/CompanyMetaTable.d.ts +16 -0
- package/dist/meta/CompanyMetaTable.js +39 -0
- package/dist/meta/CompanyMetaTable.js.map +1 -0
- package/dist/meta/CurrencyExchangeMetaTable.d.ts +17 -0
- package/dist/meta/CurrencyExchangeMetaTable.js +40 -0
- package/dist/meta/CurrencyExchangeMetaTable.js.map +1 -0
- package/dist/meta/CurrencyMetaTable.d.ts +19 -0
- package/dist/meta/CurrencyMetaTable.js +42 -0
- package/dist/meta/CurrencyMetaTable.js.map +1 -0
- package/dist/meta/FiscalYearMetaTable.d.ts +19 -0
- package/dist/meta/FiscalYearMetaTable.js +42 -0
- package/dist/meta/FiscalYearMetaTable.js.map +1 -0
- package/dist/meta/JournalEntryLineMetaTable.d.ts +19 -0
- package/dist/meta/JournalEntryLineMetaTable.js +44 -0
- package/dist/meta/JournalEntryLineMetaTable.js.map +1 -0
- package/dist/meta/JournalEntryMetaTable.d.ts +22 -0
- package/dist/meta/JournalEntryMetaTable.js +45 -0
- package/dist/meta/JournalEntryMetaTable.js.map +1 -0
- package/dist/meta/NamirasoftErpMetaDatabase.d.ts +33 -0
- package/dist/meta/NamirasoftErpMetaDatabase.js +47 -0
- package/dist/meta/NamirasoftErpMetaDatabase.js.map +1 -0
- package/dist/meta/PartyMetaTable.d.ts +19 -0
- package/dist/meta/PartyMetaTable.js +42 -0
- package/dist/meta/PartyMetaTable.js.map +1 -0
- package/dist/meta/PartyTypeMetaTable.d.ts +18 -0
- package/dist/meta/PartyTypeMetaTable.js +41 -0
- package/dist/meta/PartyTypeMetaTable.js.map +1 -0
- package/dist/row/AccountInputRow.d.ts +11 -0
- package/dist/row/AccountInputRow.js +3 -0
- package/dist/row/AccountInputRow.js.map +1 -0
- package/dist/row/AccountPartyTypeRow.d.ts +7 -0
- package/dist/row/AccountPartyTypeRow.js +3 -0
- package/dist/row/AccountPartyTypeRow.js.map +1 -0
- package/dist/row/AccountRow.d.ts +15 -0
- package/dist/row/AccountRow.js +3 -0
- package/dist/row/AccountRow.js.map +1 -0
- package/dist/row/BranchInputRow.d.ts +8 -0
- package/dist/row/BranchInputRow.js +3 -0
- package/dist/row/BranchInputRow.js.map +1 -0
- package/dist/row/BranchRow.d.ts +12 -0
- package/dist/row/BranchRow.js +3 -0
- package/dist/row/BranchRow.js.map +1 -0
- package/dist/row/CompanyInputRow.d.ts +5 -0
- package/dist/row/CompanyInputRow.js +3 -0
- package/dist/row/CompanyInputRow.js.map +1 -0
- package/dist/row/CompanyRow.d.ts +9 -0
- package/dist/row/CompanyRow.js +3 -0
- package/dist/row/CompanyRow.js.map +1 -0
- package/dist/row/CurrencyExchangeInputRow.d.ts +6 -0
- package/dist/row/CurrencyExchangeInputRow.js +3 -0
- package/dist/row/CurrencyExchangeInputRow.js.map +1 -0
- package/dist/row/CurrencyExchangeRow.d.ts +10 -0
- package/dist/row/CurrencyExchangeRow.js +3 -0
- package/dist/row/CurrencyExchangeRow.js.map +1 -0
- package/dist/row/CurrencyInputRow.d.ts +8 -0
- package/dist/row/CurrencyInputRow.js +3 -0
- package/dist/row/CurrencyInputRow.js.map +1 -0
- package/dist/row/CurrencyRow.d.ts +12 -0
- package/dist/row/CurrencyRow.js +3 -0
- package/dist/row/CurrencyRow.js.map +1 -0
- package/dist/row/FiscalYearInputRow.d.ts +8 -0
- package/dist/row/FiscalYearInputRow.js +3 -0
- package/dist/row/FiscalYearInputRow.js.map +1 -0
- package/dist/row/FiscalYearRow.d.ts +12 -0
- package/dist/row/FiscalYearRow.js +3 -0
- package/dist/row/FiscalYearRow.js.map +1 -0
- package/dist/row/JournalEntryInputRow.d.ts +11 -0
- package/dist/row/JournalEntryInputRow.js +3 -0
- package/dist/row/JournalEntryInputRow.js.map +1 -0
- package/dist/row/JournalEntryLineRow.d.ts +12 -0
- package/dist/row/JournalEntryLineRow.js +3 -0
- package/dist/row/JournalEntryLineRow.js.map +1 -0
- package/dist/row/JournalEntryRow.d.ts +15 -0
- package/dist/row/JournalEntryRow.js +3 -0
- package/dist/row/JournalEntryRow.js.map +1 -0
- package/dist/row/PartyInputRow.d.ts +8 -0
- package/dist/row/PartyInputRow.js +3 -0
- package/dist/row/PartyInputRow.js.map +1 -0
- package/dist/row/PartyRow.d.ts +12 -0
- package/dist/row/PartyRow.js +3 -0
- package/dist/row/PartyRow.js.map +1 -0
- package/dist/row/PartyTypeInputRow.d.ts +7 -0
- package/dist/row/PartyTypeInputRow.js +3 -0
- package/dist/row/PartyTypeInputRow.js.map +1 -0
- package/dist/row/PartyTypeRow.d.ts +11 -0
- package/dist/row/PartyTypeRow.js +3 -0
- package/dist/row/PartyTypeRow.js.map +1 -0
- package/logo.png +0 -0
- package/package.json +28 -0
- package/src/NamirasoftErpServer.ts +75 -0
- package/src/NamirasoftErpServerAccountPartyType.ts +50 -0
- package/src/NamirasoftErpServerBase.ts +30 -0
- package/src/NamirasoftErpServerBranch.ts +71 -0
- package/src/NamirasoftErpServerCompany.ts +71 -0
- package/src/NamirasoftErpServerCurrency.ts +71 -0
- package/src/NamirasoftErpServerCurrencyExchange.ts +71 -0
- package/src/NamirasoftErpServerERPAccount.ts +71 -0
- package/src/NamirasoftErpServerFiscalYear.ts +71 -0
- package/src/NamirasoftErpServerHealth.ts +43 -0
- package/src/NamirasoftErpServerHealthz.ts +37 -0
- package/src/NamirasoftErpServerJournalEntry.ts +71 -0
- package/src/NamirasoftErpServerJournalEntryLine.ts +50 -0
- package/src/NamirasoftErpServerMetrics.ts +37 -0
- package/src/NamirasoftErpServerParty.ts +71 -0
- package/src/NamirasoftErpServerPartyType.ts +71 -0
- package/src/NamirasoftErpServerValue.ts +38 -0
- package/src/command/AccountPartyTypeCommand.ts +34 -0
- package/src/command/AccountPartyTypeGetCommand.ts +45 -0
- package/src/command/AccountPartyTypeListCommand.ts +45 -0
- package/src/command/BranchCommand.ts +40 -0
- package/src/command/BranchCreateCommand.ts +101 -0
- package/src/command/BranchDeleteCommand.ts +45 -0
- package/src/command/BranchGetCommand.ts +45 -0
- package/src/command/BranchListCommand.ts +45 -0
- package/src/command/BranchUpdateCommand.ts +101 -0
- package/src/command/CompanyCommand.ts +40 -0
- package/src/command/CompanyCreateCommand.ts +74 -0
- package/src/command/CompanyDeleteCommand.ts +45 -0
- package/src/command/CompanyGetCommand.ts +45 -0
- package/src/command/CompanyListCommand.ts +45 -0
- package/src/command/CompanyUpdateCommand.ts +74 -0
- package/src/command/CurrencyCommand.ts +40 -0
- package/src/command/CurrencyCreateCommand.ts +101 -0
- package/src/command/CurrencyDeleteCommand.ts +45 -0
- package/src/command/CurrencyExchangeCommand.ts +40 -0
- package/src/command/CurrencyExchangeCreateCommand.ts +83 -0
- package/src/command/CurrencyExchangeDeleteCommand.ts +45 -0
- package/src/command/CurrencyExchangeGetCommand.ts +45 -0
- package/src/command/CurrencyExchangeListCommand.ts +45 -0
- package/src/command/CurrencyExchangeUpdateCommand.ts +83 -0
- package/src/command/CurrencyGetCommand.ts +45 -0
- package/src/command/CurrencyListCommand.ts +45 -0
- package/src/command/CurrencyUpdateCommand.ts +101 -0
- package/src/command/ERPAccountCommand.ts +40 -0
- package/src/command/ERPAccountCreateCommand.ts +119 -0
- package/src/command/ERPAccountDeleteCommand.ts +45 -0
- package/src/command/ERPAccountGetCommand.ts +45 -0
- package/src/command/ERPAccountListCommand.ts +45 -0
- package/src/command/ERPAccountUpdateCommand.ts +119 -0
- package/src/command/FiscalYearCommand.ts +40 -0
- package/src/command/FiscalYearCreateCommand.ts +101 -0
- package/src/command/FiscalYearDeleteCommand.ts +45 -0
- package/src/command/FiscalYearGetCommand.ts +45 -0
- package/src/command/FiscalYearListCommand.ts +45 -0
- package/src/command/FiscalYearUpdateCommand.ts +101 -0
- package/src/command/HealthCommand.ts +34 -0
- package/src/command/HealthLivenessCommand.ts +45 -0
- package/src/command/HealthReadinessCommand.ts +45 -0
- package/src/command/HealthzCommand.ts +32 -0
- package/src/command/HealthzGetCommand.ts +45 -0
- package/src/command/JournalEntryCommand.ts +40 -0
- package/src/command/JournalEntryCreateCommand.ts +128 -0
- package/src/command/JournalEntryDeleteCommand.ts +45 -0
- package/src/command/JournalEntryGetCommand.ts +45 -0
- package/src/command/JournalEntryLineCommand.ts +34 -0
- package/src/command/JournalEntryLineGetCommand.ts +45 -0
- package/src/command/JournalEntryLineListCommand.ts +45 -0
- package/src/command/JournalEntryListCommand.ts +45 -0
- package/src/command/JournalEntryUpdateCommand.ts +128 -0
- package/src/command/MetricsCommand.ts +32 -0
- package/src/command/MetricsGetCommand.ts +45 -0
- package/src/command/PartyCommand.ts +40 -0
- package/src/command/PartyCreateCommand.ts +101 -0
- package/src/command/PartyDeleteCommand.ts +45 -0
- package/src/command/PartyGetCommand.ts +45 -0
- package/src/command/PartyListCommand.ts +45 -0
- package/src/command/PartyTypeCommand.ts +40 -0
- package/src/command/PartyTypeCreateCommand.ts +92 -0
- package/src/command/PartyTypeDeleteCommand.ts +45 -0
- package/src/command/PartyTypeGetCommand.ts +45 -0
- package/src/command/PartyTypeListCommand.ts +45 -0
- package/src/command/PartyTypeUpdateCommand.ts +92 -0
- package/src/command/PartyUpdateCommand.ts +101 -0
- package/src/command/ValueCommand.ts +32 -0
- package/src/command/ValueListCommand.ts +45 -0
- package/src/command/cli.ts +61 -0
- package/src/enum/AccountType.ts +28 -0
- package/src/index.ts +139 -0
- package/src/meta/AccountMetaTable.ts +64 -0
- package/src/meta/AccountPartyTypeMetaTable.ts +59 -0
- package/src/meta/BranchMetaTable.ts +67 -0
- package/src/meta/CompanyMetaTable.ts +61 -0
- package/src/meta/CurrencyExchangeMetaTable.ts +63 -0
- package/src/meta/CurrencyMetaTable.ts +67 -0
- package/src/meta/FiscalYearMetaTable.ts +67 -0
- package/src/meta/JournalEntryLineMetaTable.ts +69 -0
- package/src/meta/JournalEntryMetaTable.ts +73 -0
- package/src/meta/NamirasoftErpMetaDatabase.ts +81 -0
- package/src/meta/PartyMetaTable.ts +67 -0
- package/src/meta/PartyTypeMetaTable.ts +65 -0
- package/src/row/AccountInputRow.ts +33 -0
- package/src/row/AccountPartyTypeRow.ts +28 -0
- package/src/row/AccountRow.ts +37 -0
- package/src/row/BranchInputRow.ts +29 -0
- package/src/row/BranchRow.ts +33 -0
- package/src/row/CompanyInputRow.ts +26 -0
- package/src/row/CompanyRow.ts +30 -0
- package/src/row/CurrencyExchangeInputRow.ts +27 -0
- package/src/row/CurrencyExchangeRow.ts +31 -0
- package/src/row/CurrencyInputRow.ts +29 -0
- package/src/row/CurrencyRow.ts +33 -0
- package/src/row/FiscalYearInputRow.ts +29 -0
- package/src/row/FiscalYearRow.ts +33 -0
- package/src/row/JournalEntryInputRow.ts +32 -0
- package/src/row/JournalEntryLineRow.ts +33 -0
- package/src/row/JournalEntryRow.ts +36 -0
- package/src/row/PartyInputRow.ts +29 -0
- package/src/row/PartyRow.ts +33 -0
- package/src/row/PartyTypeInputRow.ts +28 -0
- package/src/row/PartyTypeRow.ts +32 -0
- package/tsconfig.json +45 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { NSABaseServer } from "namirasoft-account";
|
|
2
|
+
import { NamirasoftErpServerAccountPartyType } from "./NamirasoftErpServerAccountPartyType";
|
|
3
|
+
import { NamirasoftErpServerBranch } from "./NamirasoftErpServerBranch";
|
|
4
|
+
import { NamirasoftErpServerCompany } from "./NamirasoftErpServerCompany";
|
|
5
|
+
import { NamirasoftErpServerCurrency } from "./NamirasoftErpServerCurrency";
|
|
6
|
+
import { NamirasoftErpServerCurrencyExchange } from "./NamirasoftErpServerCurrencyExchange";
|
|
7
|
+
import { NamirasoftErpServerERPAccount } from "./NamirasoftErpServerERPAccount";
|
|
8
|
+
import { NamirasoftErpServerFiscalYear } from "./NamirasoftErpServerFiscalYear";
|
|
9
|
+
import { NamirasoftErpServerHealth } from "./NamirasoftErpServerHealth";
|
|
10
|
+
import { NamirasoftErpServerHealthz } from "./NamirasoftErpServerHealthz";
|
|
11
|
+
import { NamirasoftErpServerJournalEntry } from "./NamirasoftErpServerJournalEntry";
|
|
12
|
+
import { NamirasoftErpServerJournalEntryLine } from "./NamirasoftErpServerJournalEntryLine";
|
|
13
|
+
import { NamirasoftErpServerMetrics } from "./NamirasoftErpServerMetrics";
|
|
14
|
+
import { NamirasoftErpServerParty } from "./NamirasoftErpServerParty";
|
|
15
|
+
import { NamirasoftErpServerPartyType } from "./NamirasoftErpServerPartyType";
|
|
16
|
+
import { NamirasoftErpServerValue } from "./NamirasoftErpServerValue";
|
|
17
|
+
import { TokenManager } from "namirasoft-account";
|
|
18
|
+
export declare class NamirasoftErpServer extends NSABaseServer {
|
|
19
|
+
healthz: NamirasoftErpServerHealthz;
|
|
20
|
+
health: NamirasoftErpServerHealth;
|
|
21
|
+
metrics: NamirasoftErpServerMetrics;
|
|
22
|
+
value: NamirasoftErpServerValue;
|
|
23
|
+
currency: NamirasoftErpServerCurrency;
|
|
24
|
+
currency_exchange: NamirasoftErpServerCurrencyExchange;
|
|
25
|
+
company: NamirasoftErpServerCompany;
|
|
26
|
+
branch: NamirasoftErpServerBranch;
|
|
27
|
+
fiscal_year: NamirasoftErpServerFiscalYear;
|
|
28
|
+
erp_account: NamirasoftErpServerERPAccount;
|
|
29
|
+
party_type: NamirasoftErpServerPartyType;
|
|
30
|
+
account_party_type: NamirasoftErpServerAccountPartyType;
|
|
31
|
+
party: NamirasoftErpServerParty;
|
|
32
|
+
journal_entry: NamirasoftErpServerJournalEntry;
|
|
33
|
+
journal_entry_line: NamirasoftErpServerJournalEntryLine;
|
|
34
|
+
constructor(base_url: string, token_manager: TokenManager, onError: (error: Error) => void);
|
|
35
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NamirasoftErpServer = void 0;
|
|
4
|
+
const namirasoft_account_1 = require("namirasoft-account");
|
|
5
|
+
const NamirasoftErpServerAccountPartyType_1 = require("./NamirasoftErpServerAccountPartyType");
|
|
6
|
+
const NamirasoftErpServerBranch_1 = require("./NamirasoftErpServerBranch");
|
|
7
|
+
const NamirasoftErpServerCompany_1 = require("./NamirasoftErpServerCompany");
|
|
8
|
+
const NamirasoftErpServerCurrency_1 = require("./NamirasoftErpServerCurrency");
|
|
9
|
+
const NamirasoftErpServerCurrencyExchange_1 = require("./NamirasoftErpServerCurrencyExchange");
|
|
10
|
+
const NamirasoftErpServerERPAccount_1 = require("./NamirasoftErpServerERPAccount");
|
|
11
|
+
const NamirasoftErpServerFiscalYear_1 = require("./NamirasoftErpServerFiscalYear");
|
|
12
|
+
const NamirasoftErpServerHealth_1 = require("./NamirasoftErpServerHealth");
|
|
13
|
+
const NamirasoftErpServerHealthz_1 = require("./NamirasoftErpServerHealthz");
|
|
14
|
+
const NamirasoftErpServerJournalEntry_1 = require("./NamirasoftErpServerJournalEntry");
|
|
15
|
+
const NamirasoftErpServerJournalEntryLine_1 = require("./NamirasoftErpServerJournalEntryLine");
|
|
16
|
+
const NamirasoftErpServerMetrics_1 = require("./NamirasoftErpServerMetrics");
|
|
17
|
+
const NamirasoftErpServerParty_1 = require("./NamirasoftErpServerParty");
|
|
18
|
+
const NamirasoftErpServerPartyType_1 = require("./NamirasoftErpServerPartyType");
|
|
19
|
+
const NamirasoftErpServerValue_1 = require("./NamirasoftErpServerValue");
|
|
20
|
+
class NamirasoftErpServer extends namirasoft_account_1.NSABaseServer {
|
|
21
|
+
constructor(base_url, token_manager, onError) {
|
|
22
|
+
super(base_url, `1.4.0`, token_manager, onError);
|
|
23
|
+
this.healthz = new NamirasoftErpServerHealthz_1.NamirasoftErpServerHealthz(this);
|
|
24
|
+
this.health = new NamirasoftErpServerHealth_1.NamirasoftErpServerHealth(this);
|
|
25
|
+
this.metrics = new NamirasoftErpServerMetrics_1.NamirasoftErpServerMetrics(this);
|
|
26
|
+
this.value = new NamirasoftErpServerValue_1.NamirasoftErpServerValue(this);
|
|
27
|
+
this.currency = new NamirasoftErpServerCurrency_1.NamirasoftErpServerCurrency(this);
|
|
28
|
+
this.currency_exchange = new NamirasoftErpServerCurrencyExchange_1.NamirasoftErpServerCurrencyExchange(this);
|
|
29
|
+
this.company = new NamirasoftErpServerCompany_1.NamirasoftErpServerCompany(this);
|
|
30
|
+
this.branch = new NamirasoftErpServerBranch_1.NamirasoftErpServerBranch(this);
|
|
31
|
+
this.fiscal_year = new NamirasoftErpServerFiscalYear_1.NamirasoftErpServerFiscalYear(this);
|
|
32
|
+
this.erp_account = new NamirasoftErpServerERPAccount_1.NamirasoftErpServerERPAccount(this);
|
|
33
|
+
this.party_type = new NamirasoftErpServerPartyType_1.NamirasoftErpServerPartyType(this);
|
|
34
|
+
this.account_party_type = new NamirasoftErpServerAccountPartyType_1.NamirasoftErpServerAccountPartyType(this);
|
|
35
|
+
this.party = new NamirasoftErpServerParty_1.NamirasoftErpServerParty(this);
|
|
36
|
+
this.journal_entry = new NamirasoftErpServerJournalEntry_1.NamirasoftErpServerJournalEntry(this);
|
|
37
|
+
this.journal_entry_line = new NamirasoftErpServerJournalEntryLine_1.NamirasoftErpServerJournalEntryLine(this);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
exports.NamirasoftErpServer = NamirasoftErpServer;
|
|
41
|
+
;
|
|
42
|
+
//# sourceMappingURL=NamirasoftErpServer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NamirasoftErpServer.js","sourceRoot":"","sources":["../src/NamirasoftErpServer.ts"],"names":[],"mappings":";;;AAoBA,2DAAmD;AACnD,+FAA4F;AAC5F,2EAAwE;AACxE,6EAA0E;AAC1E,+EAA4E;AAC5E,+FAA4F;AAC5F,mFAAgF;AAChF,mFAAgF;AAChF,2EAAwE;AACxE,6EAA0E;AAC1E,uFAAoF;AACpF,+FAA4F;AAC5F,6EAA0E;AAC1E,yEAAsE;AACtE,iFAA8E;AAC9E,yEAAsE;AAGtE,MAAa,mBAAoB,SAAQ,kCAAa;IAiBlD,YAAY,QAAgB,EAAE,aAA2B,EAAE,OAA+B;QAEtF,KAAK,CAAC,QAAQ,EAAE,OAAO,EAAE,aAAa,EAAE,OAAO,CAAC,CAAC;QACjD,IAAI,CAAC,OAAO,GAAG,IAAI,uDAA0B,CAAC,IAAI,CAAC,CAAC;QACpD,IAAI,CAAC,MAAM,GAAG,IAAI,qDAAyB,CAAC,IAAI,CAAC,CAAC;QAClD,IAAI,CAAC,OAAO,GAAG,IAAI,uDAA0B,CAAC,IAAI,CAAC,CAAC;QACpD,IAAI,CAAC,KAAK,GAAG,IAAI,mDAAwB,CAAC,IAAI,CAAC,CAAC;QAChD,IAAI,CAAC,QAAQ,GAAG,IAAI,yDAA2B,CAAC,IAAI,CAAC,CAAC;QACtD,IAAI,CAAC,iBAAiB,GAAG,IAAI,yEAAmC,CAAC,IAAI,CAAC,CAAC;QACvE,IAAI,CAAC,OAAO,GAAG,IAAI,uDAA0B,CAAC,IAAI,CAAC,CAAC;QACpD,IAAI,CAAC,MAAM,GAAG,IAAI,qDAAyB,CAAC,IAAI,CAAC,CAAC;QAClD,IAAI,CAAC,WAAW,GAAG,IAAI,6DAA6B,CAAC,IAAI,CAAC,CAAC;QAC3D,IAAI,CAAC,WAAW,GAAG,IAAI,6DAA6B,CAAC,IAAI,CAAC,CAAC;QAC3D,IAAI,CAAC,UAAU,GAAG,IAAI,2DAA4B,CAAC,IAAI,CAAC,CAAC;QACzD,IAAI,CAAC,kBAAkB,GAAG,IAAI,yEAAmC,CAAC,IAAI,CAAC,CAAC;QACxE,IAAI,CAAC,KAAK,GAAG,IAAI,mDAAwB,CAAC,IAAI,CAAC,CAAC;QAChD,IAAI,CAAC,aAAa,GAAG,IAAI,iEAA+B,CAAC,IAAI,CAAC,CAAC;QAC/D,IAAI,CAAC,kBAAkB,GAAG,IAAI,yEAAmC,CAAC,IAAI,CAAC,CAAC;IAC5E,CAAC;CACJ;AApCD,kDAoCC;AAAA,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { AccountPartyTypeRow } from "./row/AccountPartyTypeRow";
|
|
2
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
3
|
+
import { FilterItem } from "namirasoft-core";
|
|
4
|
+
import { NamirasoftErpServer } from "./NamirasoftErpServer";
|
|
5
|
+
import { NamirasoftErpServerBase } from "./NamirasoftErpServerBase";
|
|
6
|
+
import { SortItem } from "namirasoft-core";
|
|
7
|
+
export declare class NamirasoftErpServerAccountPartyType extends NamirasoftErpServerBase {
|
|
8
|
+
constructor(server: NamirasoftErpServer);
|
|
9
|
+
List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[], config?: BaseServerConfig<any>): Promise<{
|
|
10
|
+
rows: AccountPartyTypeRow[];
|
|
11
|
+
count: number;
|
|
12
|
+
}>;
|
|
13
|
+
Get(id: (string | null), config?: BaseServerConfig<any>): Promise<AccountPartyTypeRow>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.NamirasoftErpServerAccountPartyType = void 0;
|
|
13
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
14
|
+
const NamirasoftErpServerBase_1 = require("./NamirasoftErpServerBase");
|
|
15
|
+
const namirasoft_core_2 = require("namirasoft-core");
|
|
16
|
+
class NamirasoftErpServerAccountPartyType extends NamirasoftErpServerBase_1.NamirasoftErpServerBase {
|
|
17
|
+
constructor(server) {
|
|
18
|
+
super(server);
|
|
19
|
+
this.List = this.List.bind(this);
|
|
20
|
+
this.Get = this.Get.bind(this);
|
|
21
|
+
}
|
|
22
|
+
List(filters, page, size, sorts, config) {
|
|
23
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
24
|
+
let filters_string_value = namirasoft_core_1.FilterItem.stringify(filters);
|
|
25
|
+
let sorts_string_value = namirasoft_core_2.SortItem.stringify(sorts);
|
|
26
|
+
let path = `/account/party/type/list`;
|
|
27
|
+
let { data } = yield this.server._get(path, { filters: filters_string_value, page, size, sorts: sorts_string_value }, config);
|
|
28
|
+
return data;
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
Get(id, config) {
|
|
32
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
33
|
+
let path = `/account/party/type/${id}`;
|
|
34
|
+
let { data } = yield this.server._get(path, {}, config);
|
|
35
|
+
return data;
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
exports.NamirasoftErpServerAccountPartyType = NamirasoftErpServerAccountPartyType;
|
|
40
|
+
;
|
|
41
|
+
//# sourceMappingURL=NamirasoftErpServerAccountPartyType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NamirasoftErpServerAccountPartyType.js","sourceRoot":"","sources":["../src/NamirasoftErpServerAccountPartyType.ts"],"names":[],"mappings":";;;;;;;;;;;;AAsBA,qDAA6C;AAE7C,uEAAoE;AACpE,qDAA2C;AAE3C,MAAa,mCAAoC,SAAQ,iDAAuB;IAE5E,YAAY,MAA2B;QAEnC,KAAK,CAAC,MAAM,CAAC,CAAC;QACd,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACnC,CAAC;IACK,IAAI,CAAC,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,MAA8B;;YAEpI,IAAI,oBAAoB,GAAW,4BAAU,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;YACjE,IAAI,kBAAkB,GAAW,0BAAQ,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;YAC3D,IAAI,IAAI,GAAG,0BAA0B,CAAC;YACtC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAiD,IAAI,EAAE,EAAE,OAAO,EAAE,oBAAoB,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,kBAAkB,EAAE,EAAE,MAAM,CAAC,CAAC;YAC9K,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,GAAG,CAAC,EAAmB,EAAE,MAA8B;;YAEzD,IAAI,IAAI,GAAG,uBAAuB,EAAE,EAAE,CAAC;YACvC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAsB,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;YAC7E,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;CACJ;AAtBD,kFAsBC;AAAA,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NamirasoftErpServerBase = void 0;
|
|
4
|
+
class NamirasoftErpServerBase {
|
|
5
|
+
constructor(server) {
|
|
6
|
+
this.server = server;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.NamirasoftErpServerBase = NamirasoftErpServerBase;
|
|
10
|
+
;
|
|
11
|
+
//# sourceMappingURL=NamirasoftErpServerBase.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NamirasoftErpServerBase.js","sourceRoot":"","sources":["../src/NamirasoftErpServerBase.ts"],"names":[],"mappings":";;;AAsBA,MAAa,uBAAuB;IAGhC,YAAY,MAA2B;QAEnC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACzB,CAAC;CACJ;AAPD,0DAOC;AAAA,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
2
|
+
import { BranchInputRow } from "./row/BranchInputRow";
|
|
3
|
+
import { BranchRow } from "./row/BranchRow";
|
|
4
|
+
import { FilterItem } from "namirasoft-core";
|
|
5
|
+
import { NamirasoftErpServer } from "./NamirasoftErpServer";
|
|
6
|
+
import { NamirasoftErpServerBase } from "./NamirasoftErpServerBase";
|
|
7
|
+
import { SortItem } from "namirasoft-core";
|
|
8
|
+
export declare class NamirasoftErpServerBranch extends NamirasoftErpServerBase {
|
|
9
|
+
constructor(server: NamirasoftErpServer);
|
|
10
|
+
List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[], config?: BaseServerConfig<any>): Promise<{
|
|
11
|
+
rows: BranchRow[];
|
|
12
|
+
count: number;
|
|
13
|
+
}>;
|
|
14
|
+
Get(id: (string | null), config?: BaseServerConfig<any>): Promise<BranchRow>;
|
|
15
|
+
Create(body: BranchInputRow, config?: BaseServerConfig<any>): Promise<BranchRow>;
|
|
16
|
+
Update(id: (string | null), body: BranchInputRow, config?: BaseServerConfig<any>): Promise<BranchRow>;
|
|
17
|
+
Delete(id: (string | null), config?: BaseServerConfig<any>): Promise<void>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.NamirasoftErpServerBranch = void 0;
|
|
13
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
14
|
+
const NamirasoftErpServerBase_1 = require("./NamirasoftErpServerBase");
|
|
15
|
+
const namirasoft_core_2 = require("namirasoft-core");
|
|
16
|
+
class NamirasoftErpServerBranch extends NamirasoftErpServerBase_1.NamirasoftErpServerBase {
|
|
17
|
+
constructor(server) {
|
|
18
|
+
super(server);
|
|
19
|
+
this.List = this.List.bind(this);
|
|
20
|
+
this.Get = this.Get.bind(this);
|
|
21
|
+
this.Create = this.Create.bind(this);
|
|
22
|
+
this.Update = this.Update.bind(this);
|
|
23
|
+
this.Delete = this.Delete.bind(this);
|
|
24
|
+
}
|
|
25
|
+
List(filters, page, size, sorts, config) {
|
|
26
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
27
|
+
let filters_string_value = namirasoft_core_1.FilterItem.stringify(filters);
|
|
28
|
+
let sorts_string_value = namirasoft_core_2.SortItem.stringify(sorts);
|
|
29
|
+
let path = `/branch/list`;
|
|
30
|
+
let { data } = yield this.server._get(path, { filters: filters_string_value, page, size, sorts: sorts_string_value }, config);
|
|
31
|
+
return data;
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
Get(id, config) {
|
|
35
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
36
|
+
let path = `/branch/${id}`;
|
|
37
|
+
let { data } = yield this.server._get(path, {}, config);
|
|
38
|
+
return data;
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
Create(body, config) {
|
|
42
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
43
|
+
let path = `/branch`;
|
|
44
|
+
let { data } = yield this.server._post(path, {}, body, config);
|
|
45
|
+
return data;
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
Update(id, body, config) {
|
|
49
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
50
|
+
let path = `/branch/${id}`;
|
|
51
|
+
let { data } = yield this.server._put(path, {}, body, config);
|
|
52
|
+
return data;
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
Delete(id, config) {
|
|
56
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
57
|
+
let path = `/branch/${id}`;
|
|
58
|
+
yield this.server._delete(path, {}, config);
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
exports.NamirasoftErpServerBranch = NamirasoftErpServerBranch;
|
|
63
|
+
;
|
|
64
|
+
//# sourceMappingURL=NamirasoftErpServerBranch.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NamirasoftErpServerBranch.js","sourceRoot":"","sources":["../src/NamirasoftErpServerBranch.ts"],"names":[],"mappings":";;;;;;;;;;;;AAuBA,qDAA6C;AAE7C,uEAAoE;AACpE,qDAA2C;AAE3C,MAAa,yBAA0B,SAAQ,iDAAuB;IAElE,YAAY,MAA2B;QAEnC,KAAK,CAAC,MAAM,CAAC,CAAC;QACd,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC/B,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IACK,IAAI,CAAC,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,MAA8B;;YAEpI,IAAI,oBAAoB,GAAW,4BAAU,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;YACjE,IAAI,kBAAkB,GAAW,0BAAQ,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;YAC3D,IAAI,IAAI,GAAG,cAAc,CAAC;YAC1B,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAuC,IAAI,EAAE,EAAE,OAAO,EAAE,oBAAoB,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,kBAAkB,EAAE,EAAE,MAAM,CAAC,CAAC;YACpK,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,GAAG,CAAC,EAAmB,EAAE,MAA8B;;YAEzD,IAAI,IAAI,GAAG,WAAW,EAAE,EAAE,CAAC;YAC3B,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAY,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;YACnE,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,IAAoB,EAAE,MAA8B;;YAE7D,IAAI,IAAI,GAAG,SAAS,CAAC;YACrB,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAY,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YAC1E,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAmB,EAAE,IAAoB,EAAE,MAA8B;;YAElF,IAAI,IAAI,GAAG,WAAW,EAAE,EAAE,CAAC;YAC3B,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAY,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACzE,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAmB,EAAE,MAA8B;;YAE5D,IAAI,IAAI,GAAG,WAAW,EAAE,EAAE,CAAC;YAC3B,MAAM,IAAI,CAAC,MAAM,CAAC,OAAO,CAAO,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;QACtD,CAAC;KAAA;CACJ;AA1CD,8DA0CC;AAAA,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
2
|
+
import { CompanyInputRow } from "./row/CompanyInputRow";
|
|
3
|
+
import { CompanyRow } from "./row/CompanyRow";
|
|
4
|
+
import { FilterItem } from "namirasoft-core";
|
|
5
|
+
import { NamirasoftErpServer } from "./NamirasoftErpServer";
|
|
6
|
+
import { NamirasoftErpServerBase } from "./NamirasoftErpServerBase";
|
|
7
|
+
import { SortItem } from "namirasoft-core";
|
|
8
|
+
export declare class NamirasoftErpServerCompany extends NamirasoftErpServerBase {
|
|
9
|
+
constructor(server: NamirasoftErpServer);
|
|
10
|
+
List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[], config?: BaseServerConfig<any>): Promise<{
|
|
11
|
+
rows: CompanyRow[];
|
|
12
|
+
count: number;
|
|
13
|
+
}>;
|
|
14
|
+
Get(id: (string | null), config?: BaseServerConfig<any>): Promise<CompanyRow>;
|
|
15
|
+
Create(body: CompanyInputRow, config?: BaseServerConfig<any>): Promise<CompanyRow>;
|
|
16
|
+
Update(id: (string | null), body: CompanyInputRow, config?: BaseServerConfig<any>): Promise<CompanyRow>;
|
|
17
|
+
Delete(id: (string | null), config?: BaseServerConfig<any>): Promise<void>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.NamirasoftErpServerCompany = void 0;
|
|
13
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
14
|
+
const NamirasoftErpServerBase_1 = require("./NamirasoftErpServerBase");
|
|
15
|
+
const namirasoft_core_2 = require("namirasoft-core");
|
|
16
|
+
class NamirasoftErpServerCompany extends NamirasoftErpServerBase_1.NamirasoftErpServerBase {
|
|
17
|
+
constructor(server) {
|
|
18
|
+
super(server);
|
|
19
|
+
this.List = this.List.bind(this);
|
|
20
|
+
this.Get = this.Get.bind(this);
|
|
21
|
+
this.Create = this.Create.bind(this);
|
|
22
|
+
this.Update = this.Update.bind(this);
|
|
23
|
+
this.Delete = this.Delete.bind(this);
|
|
24
|
+
}
|
|
25
|
+
List(filters, page, size, sorts, config) {
|
|
26
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
27
|
+
let filters_string_value = namirasoft_core_1.FilterItem.stringify(filters);
|
|
28
|
+
let sorts_string_value = namirasoft_core_2.SortItem.stringify(sorts);
|
|
29
|
+
let path = `/company/list`;
|
|
30
|
+
let { data } = yield this.server._get(path, { filters: filters_string_value, page, size, sorts: sorts_string_value }, config);
|
|
31
|
+
return data;
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
Get(id, config) {
|
|
35
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
36
|
+
let path = `/company/${id}`;
|
|
37
|
+
let { data } = yield this.server._get(path, {}, config);
|
|
38
|
+
return data;
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
Create(body, config) {
|
|
42
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
43
|
+
let path = `/company`;
|
|
44
|
+
let { data } = yield this.server._post(path, {}, body, config);
|
|
45
|
+
return data;
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
Update(id, body, config) {
|
|
49
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
50
|
+
let path = `/company/${id}`;
|
|
51
|
+
let { data } = yield this.server._put(path, {}, body, config);
|
|
52
|
+
return data;
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
Delete(id, config) {
|
|
56
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
57
|
+
let path = `/company/${id}`;
|
|
58
|
+
yield this.server._delete(path, {}, config);
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
exports.NamirasoftErpServerCompany = NamirasoftErpServerCompany;
|
|
63
|
+
;
|
|
64
|
+
//# sourceMappingURL=NamirasoftErpServerCompany.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NamirasoftErpServerCompany.js","sourceRoot":"","sources":["../src/NamirasoftErpServerCompany.ts"],"names":[],"mappings":";;;;;;;;;;;;AAuBA,qDAA6C;AAE7C,uEAAoE;AACpE,qDAA2C;AAE3C,MAAa,0BAA2B,SAAQ,iDAAuB;IAEnE,YAAY,MAA2B;QAEnC,KAAK,CAAC,MAAM,CAAC,CAAC;QACd,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC/B,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IACK,IAAI,CAAC,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,MAA8B;;YAEpI,IAAI,oBAAoB,GAAW,4BAAU,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;YACjE,IAAI,kBAAkB,GAAW,0BAAQ,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;YAC3D,IAAI,IAAI,GAAG,eAAe,CAAC;YAC3B,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAwC,IAAI,EAAE,EAAE,OAAO,EAAE,oBAAoB,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,kBAAkB,EAAE,EAAE,MAAM,CAAC,CAAC;YACrK,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,GAAG,CAAC,EAAmB,EAAE,MAA8B;;YAEzD,IAAI,IAAI,GAAG,YAAY,EAAE,EAAE,CAAC;YAC5B,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAa,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;YACpE,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,IAAqB,EAAE,MAA8B;;YAE9D,IAAI,IAAI,GAAG,UAAU,CAAC;YACtB,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAa,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YAC3E,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAmB,EAAE,IAAqB,EAAE,MAA8B;;YAEnF,IAAI,IAAI,GAAG,YAAY,EAAE,EAAE,CAAC;YAC5B,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAa,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YAC1E,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAmB,EAAE,MAA8B;;YAE5D,IAAI,IAAI,GAAG,YAAY,EAAE,EAAE,CAAC;YAC5B,MAAM,IAAI,CAAC,MAAM,CAAC,OAAO,CAAO,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;QACtD,CAAC;KAAA;CACJ;AA1CD,gEA0CC;AAAA,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
2
|
+
import { CurrencyInputRow } from "./row/CurrencyInputRow";
|
|
3
|
+
import { CurrencyRow } from "./row/CurrencyRow";
|
|
4
|
+
import { FilterItem } from "namirasoft-core";
|
|
5
|
+
import { NamirasoftErpServer } from "./NamirasoftErpServer";
|
|
6
|
+
import { NamirasoftErpServerBase } from "./NamirasoftErpServerBase";
|
|
7
|
+
import { SortItem } from "namirasoft-core";
|
|
8
|
+
export declare class NamirasoftErpServerCurrency extends NamirasoftErpServerBase {
|
|
9
|
+
constructor(server: NamirasoftErpServer);
|
|
10
|
+
List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[], config?: BaseServerConfig<any>): Promise<{
|
|
11
|
+
rows: CurrencyRow[];
|
|
12
|
+
count: number;
|
|
13
|
+
}>;
|
|
14
|
+
Get(id: (string | null), config?: BaseServerConfig<any>): Promise<CurrencyRow>;
|
|
15
|
+
Create(body: CurrencyInputRow, config?: BaseServerConfig<any>): Promise<CurrencyRow>;
|
|
16
|
+
Update(id: (string | null), body: CurrencyInputRow, config?: BaseServerConfig<any>): Promise<CurrencyRow>;
|
|
17
|
+
Delete(id: (string | null), config?: BaseServerConfig<any>): Promise<void>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.NamirasoftErpServerCurrency = void 0;
|
|
13
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
14
|
+
const NamirasoftErpServerBase_1 = require("./NamirasoftErpServerBase");
|
|
15
|
+
const namirasoft_core_2 = require("namirasoft-core");
|
|
16
|
+
class NamirasoftErpServerCurrency extends NamirasoftErpServerBase_1.NamirasoftErpServerBase {
|
|
17
|
+
constructor(server) {
|
|
18
|
+
super(server);
|
|
19
|
+
this.List = this.List.bind(this);
|
|
20
|
+
this.Get = this.Get.bind(this);
|
|
21
|
+
this.Create = this.Create.bind(this);
|
|
22
|
+
this.Update = this.Update.bind(this);
|
|
23
|
+
this.Delete = this.Delete.bind(this);
|
|
24
|
+
}
|
|
25
|
+
List(filters, page, size, sorts, config) {
|
|
26
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
27
|
+
let filters_string_value = namirasoft_core_1.FilterItem.stringify(filters);
|
|
28
|
+
let sorts_string_value = namirasoft_core_2.SortItem.stringify(sorts);
|
|
29
|
+
let path = `/currency/list`;
|
|
30
|
+
let { data } = yield this.server._get(path, { filters: filters_string_value, page, size, sorts: sorts_string_value }, config);
|
|
31
|
+
return data;
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
Get(id, config) {
|
|
35
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
36
|
+
let path = `/currency/${id}`;
|
|
37
|
+
let { data } = yield this.server._get(path, {}, config);
|
|
38
|
+
return data;
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
Create(body, config) {
|
|
42
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
43
|
+
let path = `/currency`;
|
|
44
|
+
let { data } = yield this.server._post(path, {}, body, config);
|
|
45
|
+
return data;
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
Update(id, body, config) {
|
|
49
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
50
|
+
let path = `/currency/${id}`;
|
|
51
|
+
let { data } = yield this.server._put(path, {}, body, config);
|
|
52
|
+
return data;
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
Delete(id, config) {
|
|
56
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
57
|
+
let path = `/currency/${id}`;
|
|
58
|
+
yield this.server._delete(path, {}, config);
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
exports.NamirasoftErpServerCurrency = NamirasoftErpServerCurrency;
|
|
63
|
+
;
|
|
64
|
+
//# sourceMappingURL=NamirasoftErpServerCurrency.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NamirasoftErpServerCurrency.js","sourceRoot":"","sources":["../src/NamirasoftErpServerCurrency.ts"],"names":[],"mappings":";;;;;;;;;;;;AAuBA,qDAA6C;AAE7C,uEAAoE;AACpE,qDAA2C;AAE3C,MAAa,2BAA4B,SAAQ,iDAAuB;IAEpE,YAAY,MAA2B;QAEnC,KAAK,CAAC,MAAM,CAAC,CAAC;QACd,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC/B,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IACK,IAAI,CAAC,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,MAA8B;;YAEpI,IAAI,oBAAoB,GAAW,4BAAU,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;YACjE,IAAI,kBAAkB,GAAW,0BAAQ,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;YAC3D,IAAI,IAAI,GAAG,gBAAgB,CAAC;YAC5B,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAyC,IAAI,EAAE,EAAE,OAAO,EAAE,oBAAoB,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,kBAAkB,EAAE,EAAE,MAAM,CAAC,CAAC;YACtK,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,GAAG,CAAC,EAAmB,EAAE,MAA8B;;YAEzD,IAAI,IAAI,GAAG,aAAa,EAAE,EAAE,CAAC;YAC7B,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAc,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;YACrE,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,IAAsB,EAAE,MAA8B;;YAE/D,IAAI,IAAI,GAAG,WAAW,CAAC;YACvB,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAc,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YAC5E,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAmB,EAAE,IAAsB,EAAE,MAA8B;;YAEpF,IAAI,IAAI,GAAG,aAAa,EAAE,EAAE,CAAC;YAC7B,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAc,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YAC3E,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAmB,EAAE,MAA8B;;YAE5D,IAAI,IAAI,GAAG,aAAa,EAAE,EAAE,CAAC;YAC7B,MAAM,IAAI,CAAC,MAAM,CAAC,OAAO,CAAO,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;QACtD,CAAC;KAAA;CACJ;AA1CD,kEA0CC;AAAA,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
2
|
+
import { CurrencyExchangeInputRow } from "./row/CurrencyExchangeInputRow";
|
|
3
|
+
import { CurrencyExchangeRow } from "./row/CurrencyExchangeRow";
|
|
4
|
+
import { FilterItem } from "namirasoft-core";
|
|
5
|
+
import { NamirasoftErpServer } from "./NamirasoftErpServer";
|
|
6
|
+
import { NamirasoftErpServerBase } from "./NamirasoftErpServerBase";
|
|
7
|
+
import { SortItem } from "namirasoft-core";
|
|
8
|
+
export declare class NamirasoftErpServerCurrencyExchange extends NamirasoftErpServerBase {
|
|
9
|
+
constructor(server: NamirasoftErpServer);
|
|
10
|
+
List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[], config?: BaseServerConfig<any>): Promise<{
|
|
11
|
+
rows: CurrencyExchangeRow[];
|
|
12
|
+
count: number;
|
|
13
|
+
}>;
|
|
14
|
+
Get(id: (string | null), config?: BaseServerConfig<any>): Promise<CurrencyExchangeRow>;
|
|
15
|
+
Create(body: CurrencyExchangeInputRow, config?: BaseServerConfig<any>): Promise<CurrencyExchangeRow>;
|
|
16
|
+
Update(id: (string | null), body: CurrencyExchangeInputRow, config?: BaseServerConfig<any>): Promise<CurrencyExchangeRow>;
|
|
17
|
+
Delete(id: (string | null), config?: BaseServerConfig<any>): Promise<void>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.NamirasoftErpServerCurrencyExchange = void 0;
|
|
13
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
14
|
+
const NamirasoftErpServerBase_1 = require("./NamirasoftErpServerBase");
|
|
15
|
+
const namirasoft_core_2 = require("namirasoft-core");
|
|
16
|
+
class NamirasoftErpServerCurrencyExchange extends NamirasoftErpServerBase_1.NamirasoftErpServerBase {
|
|
17
|
+
constructor(server) {
|
|
18
|
+
super(server);
|
|
19
|
+
this.List = this.List.bind(this);
|
|
20
|
+
this.Get = this.Get.bind(this);
|
|
21
|
+
this.Create = this.Create.bind(this);
|
|
22
|
+
this.Update = this.Update.bind(this);
|
|
23
|
+
this.Delete = this.Delete.bind(this);
|
|
24
|
+
}
|
|
25
|
+
List(filters, page, size, sorts, config) {
|
|
26
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
27
|
+
let filters_string_value = namirasoft_core_1.FilterItem.stringify(filters);
|
|
28
|
+
let sorts_string_value = namirasoft_core_2.SortItem.stringify(sorts);
|
|
29
|
+
let path = `/currency/exchange/list`;
|
|
30
|
+
let { data } = yield this.server._get(path, { filters: filters_string_value, page, size, sorts: sorts_string_value }, config);
|
|
31
|
+
return data;
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
Get(id, config) {
|
|
35
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
36
|
+
let path = `/currency/exchange/${id}`;
|
|
37
|
+
let { data } = yield this.server._get(path, {}, config);
|
|
38
|
+
return data;
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
Create(body, config) {
|
|
42
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
43
|
+
let path = `/currency/exchange`;
|
|
44
|
+
let { data } = yield this.server._post(path, {}, body, config);
|
|
45
|
+
return data;
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
Update(id, body, config) {
|
|
49
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
50
|
+
let path = `/currency/exchange/${id}`;
|
|
51
|
+
let { data } = yield this.server._put(path, {}, body, config);
|
|
52
|
+
return data;
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
Delete(id, config) {
|
|
56
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
57
|
+
let path = `/currency/exchange/${id}`;
|
|
58
|
+
yield this.server._delete(path, {}, config);
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
exports.NamirasoftErpServerCurrencyExchange = NamirasoftErpServerCurrencyExchange;
|
|
63
|
+
;
|
|
64
|
+
//# sourceMappingURL=NamirasoftErpServerCurrencyExchange.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NamirasoftErpServerCurrencyExchange.js","sourceRoot":"","sources":["../src/NamirasoftErpServerCurrencyExchange.ts"],"names":[],"mappings":";;;;;;;;;;;;AAuBA,qDAA6C;AAE7C,uEAAoE;AACpE,qDAA2C;AAE3C,MAAa,mCAAoC,SAAQ,iDAAuB;IAE5E,YAAY,MAA2B;QAEnC,KAAK,CAAC,MAAM,CAAC,CAAC;QACd,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC/B,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IACK,IAAI,CAAC,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,MAA8B;;YAEpI,IAAI,oBAAoB,GAAW,4BAAU,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;YACjE,IAAI,kBAAkB,GAAW,0BAAQ,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;YAC3D,IAAI,IAAI,GAAG,yBAAyB,CAAC;YACrC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAiD,IAAI,EAAE,EAAE,OAAO,EAAE,oBAAoB,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,kBAAkB,EAAE,EAAE,MAAM,CAAC,CAAC;YAC9K,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,GAAG,CAAC,EAAmB,EAAE,MAA8B;;YAEzD,IAAI,IAAI,GAAG,sBAAsB,EAAE,EAAE,CAAC;YACtC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAsB,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;YAC7E,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,IAA8B,EAAE,MAA8B;;YAEvE,IAAI,IAAI,GAAG,oBAAoB,CAAC;YAChC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAsB,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACpF,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAmB,EAAE,IAA8B,EAAE,MAA8B;;YAE5F,IAAI,IAAI,GAAG,sBAAsB,EAAE,EAAE,CAAC;YACtC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAsB,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACnF,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAmB,EAAE,MAA8B;;YAE5D,IAAI,IAAI,GAAG,sBAAsB,EAAE,EAAE,CAAC;YACtC,MAAM,IAAI,CAAC,MAAM,CAAC,OAAO,CAAO,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;QACtD,CAAC;KAAA;CACJ;AA1CD,kFA0CC;AAAA,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AccountInputRow } from "./row/AccountInputRow";
|
|
2
|
+
import { AccountRow } from "./row/AccountRow";
|
|
3
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
4
|
+
import { FilterItem } from "namirasoft-core";
|
|
5
|
+
import { NamirasoftErpServer } from "./NamirasoftErpServer";
|
|
6
|
+
import { NamirasoftErpServerBase } from "./NamirasoftErpServerBase";
|
|
7
|
+
import { SortItem } from "namirasoft-core";
|
|
8
|
+
export declare class NamirasoftErpServerERPAccount extends NamirasoftErpServerBase {
|
|
9
|
+
constructor(server: NamirasoftErpServer);
|
|
10
|
+
List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[], config?: BaseServerConfig<any>): Promise<{
|
|
11
|
+
rows: AccountRow[];
|
|
12
|
+
count: number;
|
|
13
|
+
}>;
|
|
14
|
+
Get(id: (string | null), config?: BaseServerConfig<any>): Promise<AccountRow>;
|
|
15
|
+
Create(body: AccountInputRow, config?: BaseServerConfig<any>): Promise<AccountRow>;
|
|
16
|
+
Update(id: (string | null), body: AccountInputRow, config?: BaseServerConfig<any>): Promise<AccountRow>;
|
|
17
|
+
Delete(id: (string | null), config?: BaseServerConfig<any>): Promise<void>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.NamirasoftErpServerERPAccount = void 0;
|
|
13
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
14
|
+
const NamirasoftErpServerBase_1 = require("./NamirasoftErpServerBase");
|
|
15
|
+
const namirasoft_core_2 = require("namirasoft-core");
|
|
16
|
+
class NamirasoftErpServerERPAccount extends NamirasoftErpServerBase_1.NamirasoftErpServerBase {
|
|
17
|
+
constructor(server) {
|
|
18
|
+
super(server);
|
|
19
|
+
this.List = this.List.bind(this);
|
|
20
|
+
this.Get = this.Get.bind(this);
|
|
21
|
+
this.Create = this.Create.bind(this);
|
|
22
|
+
this.Update = this.Update.bind(this);
|
|
23
|
+
this.Delete = this.Delete.bind(this);
|
|
24
|
+
}
|
|
25
|
+
List(filters, page, size, sorts, config) {
|
|
26
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
27
|
+
let filters_string_value = namirasoft_core_1.FilterItem.stringify(filters);
|
|
28
|
+
let sorts_string_value = namirasoft_core_2.SortItem.stringify(sorts);
|
|
29
|
+
let path = `/account/list`;
|
|
30
|
+
let { data } = yield this.server._get(path, { filters: filters_string_value, page, size, sorts: sorts_string_value }, config);
|
|
31
|
+
return data;
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
Get(id, config) {
|
|
35
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
36
|
+
let path = `/account/${id}`;
|
|
37
|
+
let { data } = yield this.server._get(path, {}, config);
|
|
38
|
+
return data;
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
Create(body, config) {
|
|
42
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
43
|
+
let path = `/account`;
|
|
44
|
+
let { data } = yield this.server._post(path, {}, body, config);
|
|
45
|
+
return data;
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
Update(id, body, config) {
|
|
49
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
50
|
+
let path = `/account/${id}`;
|
|
51
|
+
let { data } = yield this.server._put(path, {}, body, config);
|
|
52
|
+
return data;
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
Delete(id, config) {
|
|
56
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
57
|
+
let path = `/account/${id}`;
|
|
58
|
+
yield this.server._delete(path, {}, config);
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
exports.NamirasoftErpServerERPAccount = NamirasoftErpServerERPAccount;
|
|
63
|
+
;
|
|
64
|
+
//# sourceMappingURL=NamirasoftErpServerERPAccount.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NamirasoftErpServerERPAccount.js","sourceRoot":"","sources":["../src/NamirasoftErpServerERPAccount.ts"],"names":[],"mappings":";;;;;;;;;;;;AAuBA,qDAA6C;AAE7C,uEAAoE;AACpE,qDAA2C;AAE3C,MAAa,6BAA8B,SAAQ,iDAAuB;IAEtE,YAAY,MAA2B;QAEnC,KAAK,CAAC,MAAM,CAAC,CAAC;QACd,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC/B,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IACK,IAAI,CAAC,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,MAA8B;;YAEpI,IAAI,oBAAoB,GAAW,4BAAU,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;YACjE,IAAI,kBAAkB,GAAW,0BAAQ,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;YAC3D,IAAI,IAAI,GAAG,eAAe,CAAC;YAC3B,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAwC,IAAI,EAAE,EAAE,OAAO,EAAE,oBAAoB,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,kBAAkB,EAAE,EAAE,MAAM,CAAC,CAAC;YACrK,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,GAAG,CAAC,EAAmB,EAAE,MAA8B;;YAEzD,IAAI,IAAI,GAAG,YAAY,EAAE,EAAE,CAAC;YAC5B,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAa,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;YACpE,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,IAAqB,EAAE,MAA8B;;YAE9D,IAAI,IAAI,GAAG,UAAU,CAAC;YACtB,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAa,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YAC3E,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAmB,EAAE,IAAqB,EAAE,MAA8B;;YAEnF,IAAI,IAAI,GAAG,YAAY,EAAE,EAAE,CAAC;YAC5B,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAa,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YAC1E,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAmB,EAAE,MAA8B;;YAE5D,IAAI,IAAI,GAAG,YAAY,EAAE,EAAE,CAAC;YAC5B,MAAM,IAAI,CAAC,MAAM,CAAC,OAAO,CAAO,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;QACtD,CAAC;KAAA;CACJ;AA1CD,sEA0CC;AAAA,CAAC"}
|