taxtank-core 0.32.25 → 0.32.26
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/esm2022/lib/db/Models/document/document-folder.mjs +1 -1
- package/esm2022/lib/db/Models/document/folder-document.mjs +4 -0
- package/esm2022/lib/db/Models/index.mjs +2 -3
- package/esm2022/lib/interfaces/index.mjs +1 -2
- package/esm2022/lib/models/budget/budget.mjs +1 -4
- package/esm2022/lib/models/client/annual-client-details.mjs +1 -13
- package/esm2022/lib/models/client/client-income-types.mjs +1 -4
- package/esm2022/lib/models/depreciation/depreciation-capital-project.mjs +1 -7
- package/esm2022/lib/models/document/document-folder.mjs +1 -4
- package/esm2022/lib/models/document/document.mjs +3 -6
- package/esm2022/lib/models/holding/holding-sale.mjs +1 -4
- package/esm2022/lib/models/holding/holding-type.mjs +1 -4
- package/esm2022/lib/models/holding/holding.mjs +1 -4
- package/esm2022/lib/models/property/property-category-movement.mjs +1 -7
- package/esm2022/lib/models/property/property-category.mjs +1 -6
- package/esm2022/lib/models/property/property-document.mjs +1 -6
- package/esm2022/lib/models/property/property-forecast.mjs +1 -7
- package/esm2022/lib/models/property/property-sale/property-sale.mjs +1 -8
- package/esm2022/lib/models/property/property-share.mjs +1 -7
- package/esm2022/lib/models/property/property-subscription.mjs +1 -1
- package/esm2022/lib/models/property/property-valuation.mjs +1 -7
- package/esm2022/lib/models/property/property.mjs +1 -9
- package/esm2022/lib/models/user/user.mjs +1 -6
- package/esm2022/lib/models/user-event/user-event-setting.mjs +1 -4
- package/esm2022/lib/services/auth/auth.service.mjs +3 -8
- package/esm2022/lib/services/auth/jwt.service.mjs +1 -1
- package/esm2022/lib/services/http/bank/bank-connection/bank-connection.service.mjs +3 -3
- package/esm2022/lib/services/http/document/document.service.mjs +1 -1
- package/esm2022/lib/services/http/facebook/facebook.service.mjs +4 -7
- package/esm2022/lib/services/http/firm/client-invite/client-invite.service.mjs +3 -3
- package/esm2022/lib/services/http/google/google.service.mjs +1 -2
- package/esm2022/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +2 -7
- package/esm2022/lib/services/http/property/property-share/property-share.service.mjs +2 -10
- package/esm2022/lib/services/http/property/property-valuation/property-valuation.service.mjs +2 -7
- package/esm2022/lib/services/http/property/property.service.mjs +2 -19
- package/esm2022/lib/services/http/rest/rest-old.service.mjs +1 -7
- package/esm2022/lib/services/http/rest/rest.service.mjs +9 -53
- package/esm2022/lib/services/http/subscription/service-subscription/subscription.service.mjs +2 -2
- package/esm2022/lib/services/http/user/financial-year/financial-year.service.mjs +4 -7
- package/esm2022/lib/services/http/user/user.service.mjs +11 -41
- package/fesm2022/taxtank-core.mjs +96 -310
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/lib/db/Models/document/document-folder.d.ts.map +1 -0
- package/lib/db/Models/document/{document.d.ts → folder-document.d.ts} +1 -1
- package/lib/db/Models/document/folder-document.d.ts.map +1 -0
- package/lib/db/Models/index.d.ts +1 -2
- package/lib/db/Models/index.d.ts.map +1 -0
- package/lib/interfaces/index.d.ts +0 -1
- package/lib/interfaces/index.d.ts.map +1 -0
- package/lib/models/budget/budget.d.ts +1 -3
- package/lib/models/budget/budget.d.ts.map +1 -0
- package/lib/models/client/annual-client-details.d.ts +1 -12
- package/lib/models/client/annual-client-details.d.ts.map +1 -0
- package/lib/models/client/client-income-types.d.ts +1 -8
- package/lib/models/client/client-income-types.d.ts.map +1 -0
- package/lib/models/depreciation/depreciation-capital-project.d.ts +1 -7
- package/lib/models/depreciation/depreciation-capital-project.d.ts.map +1 -0
- package/lib/models/document/document-folder.d.ts +1 -5
- package/lib/models/document/document-folder.d.ts.map +1 -0
- package/lib/models/document/document.d.ts +2 -4
- package/lib/models/document/document.d.ts.map +1 -0
- package/lib/models/holding/holding-sale.d.ts +1 -7
- package/lib/models/holding/holding-sale.d.ts.map +1 -0
- package/lib/models/holding/holding-type.d.ts +1 -6
- package/lib/models/holding/holding-type.d.ts.map +1 -0
- package/lib/models/holding/holding.d.ts +1 -6
- package/lib/models/holding/holding.d.ts.map +1 -0
- package/lib/models/property/property-category-movement.d.ts +1 -6
- package/lib/models/property/property-category-movement.d.ts.map +1 -0
- package/lib/models/property/property-category.d.ts +1 -5
- package/lib/models/property/property-category.d.ts.map +1 -0
- package/lib/models/property/property-document.d.ts +1 -5
- package/lib/models/property/property-document.d.ts.map +1 -0
- package/lib/models/property/property-forecast.d.ts +1 -7
- package/lib/models/property/property-forecast.d.ts.map +1 -0
- package/lib/models/property/property-sale/property-sale.d.ts +1 -7
- package/lib/models/property/property-sale/property-sale.d.ts.map +1 -0
- package/lib/models/property/property-share.d.ts +1 -6
- package/lib/models/property/property-share.d.ts.map +1 -0
- package/lib/models/property/property-subscription.d.ts.map +1 -0
- package/lib/models/property/property-valuation.d.ts +1 -7
- package/lib/models/property/property-valuation.d.ts.map +1 -0
- package/lib/models/property/property.d.ts +1 -8
- package/lib/models/property/property.d.ts.map +1 -0
- package/lib/models/user/user.d.ts +1 -5
- package/lib/models/user/user.d.ts.map +1 -0
- package/lib/models/user-event/user-event-setting.d.ts +1 -8
- package/lib/models/user-event/user-event-setting.d.ts.map +1 -0
- package/lib/services/auth/auth.service.d.ts.map +1 -0
- package/lib/services/auth/jwt.service.d.ts.map +1 -0
- package/lib/services/http/bank/bank-connection/bank-connection.service.d.ts.map +1 -0
- package/lib/services/http/bank/bank.service.d.ts.map +1 -0
- package/lib/services/http/bank/basiq/basiq-token.service.d.ts.map +1 -0
- package/lib/services/http/budget/budget.service.d.ts.map +1 -0
- package/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.d.ts.map +1 -0
- package/lib/services/http/chart-accounts/chart-accounts.service.d.ts.map +1 -0
- package/lib/services/http/client/capital-gain/annual-client-details.service.d.ts.map +1 -0
- package/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.d.ts.map +1 -0
- package/lib/services/http/document/document-folder/document-folder.service.d.ts.map +1 -0
- package/lib/services/http/document/document.service.d.ts +2 -2
- package/lib/services/http/document/document.service.d.ts.map +1 -0
- package/lib/services/http/facebook/facebook.service.d.ts +1 -3
- package/lib/services/http/facebook/facebook.service.d.ts.map +1 -0
- package/lib/services/http/file/file.service.d.ts.map +1 -0
- package/lib/services/http/firm/client-income/client-income-types.service.d.ts.map +1 -0
- package/lib/services/http/firm/client-invite/client-invite.service.d.ts.map +1 -0
- package/lib/services/http/firm/employee/employee.service.d.ts.map +1 -0
- package/lib/services/http/firm/employee-invite/employee-invite.service.d.ts.map +1 -0
- package/lib/services/http/google/google.service.d.ts.map +1 -0
- package/lib/services/http/holding/holding-sale.service.d.ts.map +1 -0
- package/lib/services/http/holding/holding-type.service.d.ts.map +1 -0
- package/lib/services/http/property/borrowing-report/borrowing-report.service.d.ts.map +1 -0
- package/lib/services/http/property/property-category/property-category.service.d.ts.map +1 -0
- package/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts +1 -3
- package/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts.map +1 -0
- package/lib/services/http/property/property-document/property-document.service.d.ts.map +1 -0
- package/lib/services/http/property/property-sale/property-sale.service.d.ts.map +1 -0
- package/lib/services/http/property/property-share/property-share.service.d.ts +1 -1
- package/lib/services/http/property/property-share/property-share.service.d.ts.map +1 -0
- package/lib/services/http/property/property-valuation/property-valuation.service.d.ts +1 -3
- package/lib/services/http/property/property-valuation/property-valuation.service.d.ts.map +1 -0
- package/lib/services/http/property/property.service.d.ts.map +1 -0
- package/lib/services/http/rest/rest-old.service.d.ts +0 -2
- package/lib/services/http/rest/rest-old.service.d.ts.map +1 -0
- package/lib/services/http/rest/rest.service.d.ts +4 -8
- package/lib/services/http/rest/rest.service.d.ts.map +1 -0
- package/lib/services/http/setup-item/setup-item.service.d.ts.map +1 -0
- package/lib/services/http/sole/bas-report/bas-report.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-business/sole-business.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-business-activity/sole-business-activity.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-contact/sole-contact.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.d.ts.map +1 -0
- package/lib/services/http/subscription/service-payment/service-payment.service.d.ts.map +1 -0
- package/lib/services/http/subscription/service-price/service-price.service.d.ts.map +1 -0
- package/lib/services/http/subscription/service-product/service-product.service.d.ts.map +1 -0
- package/lib/services/http/subscription/service-subscription/subscription.service.d.ts.map +1 -0
- package/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.d.ts.map +1 -0
- package/lib/services/http/user/financial-year/financial-year.service.d.ts +1 -3
- package/lib/services/http/user/financial-year/financial-year.service.d.ts.map +1 -0
- package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts.map +1 -0
- package/lib/services/http/user/user-event-type/user-event-type.service.d.ts.map +1 -0
- package/lib/services/http/user/user.service.d.ts +2 -0
- package/lib/services/http/user/user.service.d.ts.map +1 -0
- package/lib/services/http/user/users-invite/users-invite.service.d.ts.map +1 -0
- package/lib/services/http/vehicle/vehicle-claim.service.d.ts.map +1 -0
- package/lib/services/http/vehicle/vehicle-logbook/vehicle-logbook.service.d.ts.map +1 -0
- package/lib/services/http/vehicle/vehicle.service.d.ts.map +1 -0
- package/package.json +1 -1
- package/taxtank-core.d.ts.map +1 -0
- package/esm2022/lib/db/Models/document/document-base.mjs +0 -4
- package/esm2022/lib/db/Models/document/document.mjs +0 -4
- package/esm2022/lib/interfaces/mp-trackable.interface.mjs +0 -2
- package/lib/db/Models/document/document-base.d.ts +0 -10
- package/lib/interfaces/mp-trackable.interface.d.ts +0 -6
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-invite.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/firm/client-invite/client-invite.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAc,MAAM,MAAM,CAAC;AAC9C,OAAO,EAAE,YAAY,IAAI,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAG5F,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACzC,OAAO,EAA8B,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;;AAGjE,qBAGa,mBAAoB,SAAQ,WAAW,CAAC,gBAAgB,EAAE,YAAY,EAAE,sBAAsB,CAAE,YAAW,cAAc;IAMjG,SAAS,CAAC,WAAW,EAAE,GAAG;IAL7D,SAAS,CAAC,WAAW,SAAqB;IAC1C,eAAe,EAAE,OAAO,sBAAsB,CAA0B;IACxE,UAAU,EAAE,OAAO,YAAY,CAAgB;IAC/C,YAAY,SAAmB;gBAEc,WAAW,EAAE,GAAG;IAK7D,YAAY;IAKZ,cAAc,IAAI,UAAU,CAAC,sBAAsB,CAAC;IAIpD;;;OAGG;IACH,YAAY,IAAI,UAAU,CAAC,YAAY,CAAC;IAMxC;;OAEG;IACH,MAAM,CAAC,IAAI,EAAE,IAAI,GAAG,UAAU,CAAC,YAAY,EAAE,CAAC;IAU9C;;OAEG;IACH,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,UAAU,CAAC,IAAI,CAAC;IAc9C;;OAEG;IACH,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,UAAU,CAAC,YAAY,CAAC;IAItD;;OAEG;IACH,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,UAAU,CAAC,YAAY,CAAC;IAatD;;OAEG;IACH,gBAAgB,CAAC,MAAM,EAAE,YAAY,GAAG,UAAU,CAAC,YAAY,CAAC;yCAtFrD,mBAAmB;6CAAnB,mBAAmB;CAoG/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employee.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/firm/employee/employee.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAEnE,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAIlC,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAC;AAGpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;;AAEhE,qBAGa,eAAgB,SAAQ,WAAW,CAAC,QAAQ,EAAE,IAAI,CAAC;IAC9D,GAAG,SAAe;IAClB,UAAU,EAAE,OAAO,IAAI,CAAQ;IAC/B,QAAQ,EAAE,OAAO,oBAAoB,CAAwB;IAE7D;;;OAGG;IACH,iBAAiB,CAAC,QAAQ,EAAE,IAAI,GAAG,UAAU,CAAC,IAAI,CAAC;IAcnD,gBAAgB,CAAC,QAAQ,EAAE,IAAI,EAAE,IAAI,SAAkE,GAAG,UAAU,CAAC,IAAI,CAAC;IAc1H,kBAAkB,CAAC,QAAQ,EAAE,IAAI,EAAE,IAAI,SAAoE,GAAG,UAAU,CAAC,IAAI,CAAC;yCArCnH,eAAe;6CAAf,eAAe;CA0D3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employee-invite.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/firm/employee-invite/employee-invite.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,IAAI,kBAAkB,EAAE,MAAM,4CAA4C,CAAC;AAClG,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAKlC,OAAO,EAAE,cAAc,EAAE,MAAM,6CAA6C,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;;AAE1D,qBAGa,qBAAsB,SAAQ,WAAW,CAAC,kBAAkB,EAAE,cAAc,CAAC;IACxF,GAAG,SAAuB;IAC1B,UAAU,EAAE,OAAO,cAAc,CAAkB;IAEnD;;;OAGG;IACH,MAAM,CAAC,IAAI,EAAE,IAAI,GAAG,UAAU,CAAC,cAAc,EAAE,CAAC;IAUhD;;;OAGG;IACH,MAAM,CAAC,MAAM,EAAE,cAAc,GAAG,UAAU,CAAC,cAAc,CAAC;yCAtB/C,qBAAqB;6CAArB,qBAAqB;CAqCjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"google.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/google/google.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAqB,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AAEvC,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;;AAQlE;;;;GAIG;AACH,qBAGa,aAAa;IAOtB,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,SAAS;IACM,OAAO,CAAC,WAAW;IAX5C,iBAAiB,2BAA0D;IAC3E,eAAe,UAAwC;IAEvD,WAAW,SAAqG;gBAGtG,IAAI,EAAE,UAAU,EAChB,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,UAAU,EACtB,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,eAAe,EACH,WAAW,EAAE,GAAG;IAIjD;;;;OAIG;IAGH,KAAK,IAAI,IAAI;IAUb;;;;;OAKG;IACH,OAAO,CAAC,OAAO;IAYf;;;;OAIG;IACH,OAAO,CAAC,MAAM;yCAxDH,aAAa;6CAAb,aAAa;CA2DzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"holding-sale.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/holding/holding-sale.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,IAAI,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;;AAE7D,qBAGa,kBAAmB,SAAQ,WAAW,CAAC,eAAe,EAAE,WAAW,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;IACxG,UAAU,qBAAe;IACzB,eAAe,+BAAyB;IACxC,WAAW,SAAmB;IAC9B,eAAe,EAAE,UAAU,EAAE,CAA4C;yCAJ9D,kBAAkB;6CAAlB,kBAAkB;CAK9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"holding-type.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/holding/holding-type.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,IAAI,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAClD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;;AAE7D,qBAGa,kBAAmB,SAAQ,WAAW,CAAC,eAAe,EAAE,WAAW,EAAE,qBAAqB,CAAC;IACtG,UAAU,EAAE,OAAO,WAAW,CAAe;IAC7C,eAAe,EAAE,OAAO,qBAAqB,CAAyB;IACtE,WAAW,SAAmB;IAC9B,eAAe,EAAE,UAAU,EAAE,CAA4C;yCAJ9D,kBAAkB;6CAAlB,kBAAkB;CAK9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"borrowing-report.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/property/borrowing-report/borrowing-report.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,eAAe,IAAI,mBAAmB,EAAE,MAAM,iDAAiD,CAAC;AACzG,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;;AAErD,qBAGa,sBAAuB,SAAQ,WAAW,CAAC,mBAAmB,EAAE,eAAe,EAAE,UAAU,CAAC,eAAe,CAAC,CAAC;IACxH,WAAW,SAAuB;IAClC,UAAU,EAAE,OAAO,eAAe,CAAmB;IACrD,eAAe,EAAE,OAAO,UAAU,CAAc;IAChD,eAAe,EAAE,UAAU,EAAE,CAA4C;yCAJ9D,sBAAsB;6CAAtB,sBAAsB;CAKlC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"property-category.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/property/property-category/property-category.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,IAAI,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AACjF,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;;AAErD;;GAEG;AACH,qBAGa,uBAAwB,SAAQ,WAAW,CAAC,oBAAoB,EAAE,gBAAgB,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAC5H,UAAU,EAAE,OAAO,gBAAgB,CAAoB;IACvD,eAAe,EAAE,OAAO,UAAU,CAAc;IAChD,WAAW,SAA2B;IACtC,eAAe,EAAE,UAAU,EAAE,CAA4C;yCAJ9D,uBAAuB;6CAAvB,uBAAuB;CAKnC"}
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PropertyCategoryMovement } from '../../../../models';
|
|
2
2
|
import { PropertyCategoryMovement as PropertyCategoryMovementBase } from '../../../../db/Models';
|
|
3
3
|
import { RestMethod, RestService } from '../../rest';
|
|
4
4
|
import { PropertyCategoryMovementCollection } from '../../../../collections';
|
|
5
|
-
import { Observable } from 'rxjs';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
export declare class PropertyCategoryMovementService extends RestService<PropertyCategoryMovementBase, PropertyCategoryMovement, PropertyCategoryMovementCollection> {
|
|
8
7
|
modelClass: typeof PropertyCategoryMovement;
|
|
9
8
|
collectionClass: typeof PropertyCategoryMovementCollection;
|
|
10
9
|
endpointUri: string;
|
|
11
10
|
disabledMethods: RestMethod[];
|
|
12
|
-
post(movement: PropertyCategoryMovement, property: Property): Observable<PropertyCategoryMovement>;
|
|
13
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyCategoryMovementService, never>;
|
|
14
12
|
static ɵprov: i0.ɵɵInjectableDeclaration<PropertyCategoryMovementService>;
|
|
15
13
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"property-category-movement.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/property/property-category-movement/property-category-movement.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AAC9D,OAAO,EAAE,wBAAwB,IAAI,4BAA4B,EAAE,MAAM,uBAAuB,CAAC;AACjG,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,kCAAkC,EAAE,MAAM,yBAAyB,CAAC;;AAE7E,qBAGa,+BAAgC,SAAQ,WAAW,CAAC,4BAA4B,EAAE,wBAAwB,EAAE,kCAAkC,CAAC;IAC1J,UAAU,EAAE,OAAO,wBAAwB,CAA4B;IACvE,eAAe,EAAE,OAAO,kCAAkC,CAAsC;IAChG,WAAW,SAAiC;IAC5C,eAAe,EAAE,UAAU,EAAE,CAA4C;yCAJ9D,+BAA+B;6CAA/B,+BAA+B;CAK3C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"property-document.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/property/property-document/property-document.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,IAAI,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AACjF,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;;AAErD;;GAEG;AACH,qBAGa,uBAAwB,SAAQ,WAAW,CAAC,oBAAoB,EAAE,gBAAgB,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAC5H,UAAU,EAAE,OAAO,gBAAgB,CAAoB;IACvD,eAAe,EAAE,OAAO,UAAU,CAAc;IAChD,WAAW,SAAwB;IACnC,eAAe,EAAE,UAAU,EAAE,CAA6B;yCAJ/C,uBAAuB;6CAAvB,uBAAuB;CAKnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"property-sale.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/property/property-sale/property-sale.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,IAAI,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzE,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;;AAEjE,qBAGa,mBAAoB,SAAQ,WAAW,CAAC,gBAAgB,EAAE,YAAY,EAAE,sBAAsB,CAAC;IAC1G,UAAU,EAAE,OAAO,YAAY,CAAgB;IAC/C,eAAe,EAAE,OAAO,sBAAsB,CAA0B;IACxE,WAAW,SAAsB;IACjC,eAAe,EAAE,UAAU,EAAE,CAA4C;yCAJ9D,mBAAmB;6CAAnB,mBAAmB;CAK/B"}
|
|
@@ -22,7 +22,7 @@ export declare class PropertyShareService extends RestService<PropertyShareBase,
|
|
|
22
22
|
* Re-invite property share
|
|
23
23
|
* @param share user to share property
|
|
24
24
|
*/
|
|
25
|
-
reinvite(share: PropertyShare): Observable<
|
|
25
|
+
reinvite(share: PropertyShare): Observable<object>;
|
|
26
26
|
/**
|
|
27
27
|
* Listen to User updated event
|
|
28
28
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"property-share.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/property/property-share/property-share.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAsC,MAAM,MAAM,CAAC;AACtE,OAAO,EAAE,aAAa,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC3E,OAAO,EAAgB,aAAa,EAAQ,MAAM,oBAAoB,CAAC;AACvE,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;;AAOlE,qBAGa,oBAAqB,SAAQ,WAAW,CAAC,iBAAiB,EAAE,aAAa,EAAE,uBAAuB,CAAE,YAAW,cAAc;IAOrG,SAAS,CAAC,WAAW,EAAE,GAAG;IAL7D,WAAW,SAAuB;IAClC,UAAU,EAAE,OAAO,aAAa,CAAiB;IACjD,eAAe,EAAE,OAAO,uBAAuB,CAA2B;IAC1E,eAAe,EAAE,UAAU,EAAE,CAA4C;gBAE5B,WAAW,EAAE,GAAG;IAK7D;;OAEG;IACH,YAAY,IAAI,IAAI;IAKpB,MAAM,CAAC,KAAK,EAAE,aAAa,GAAG,UAAU,CAAC,aAAa,CAAC;IAMvD,MAAM,CAAC,KAAK,EAAE,aAAa,GAAG,UAAU,CAAC,aAAa,CAAC;IAMvD;;;OAGG;IACH,QAAQ,CAAC,KAAK,EAAE,aAAa,GAAG,UAAU,CAAC,MAAM,CAAC;IAIlD;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAMzB;;OAEG;IACH,OAAO,CAAC,kBAAkB;yCApDf,oBAAoB;6CAApB,oBAAoB;CAuDhC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { RestMethod, RestService } from '../../rest';
|
|
2
2
|
import { PropertyValuation as PropertyValuationBase } from '../../../../db/Models';
|
|
3
|
-
import {
|
|
3
|
+
import { PropertyValuation } from '../../../../models';
|
|
4
4
|
import { Collection } from '../../../../collections';
|
|
5
|
-
import { Observable } from 'rxjs';
|
|
6
5
|
import { PropertyValuationCollection } from '../../../../collections';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
export declare class PropertyValuationService extends RestService<PropertyValuationBase, PropertyValuation, PropertyValuationCollection> {
|
|
@@ -10,7 +9,6 @@ export declare class PropertyValuationService extends RestService<PropertyValuat
|
|
|
10
9
|
modelClass: typeof PropertyValuation;
|
|
11
10
|
collectionClass: typeof Collection<PropertyValuation>;
|
|
12
11
|
disabledMethods: RestMethod[];
|
|
13
|
-
post(valuation: PropertyValuation, property: Property): Observable<PropertyValuation>;
|
|
14
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyValuationService, never>;
|
|
15
13
|
static ɵprov: i0.ɵɵInjectableDeclaration<PropertyValuationService>;
|
|
16
14
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"property-valuation.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/property/property-valuation/property-valuation.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,iBAAiB,IAAI,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AACnF,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;;AAEtE,qBAGa,wBAAyB,SAAQ,WAAW,CAAC,qBAAqB,EAAE,iBAAiB,EAAE,2BAA2B,CAAC;IAC9H,SAAS,CAAC,WAAW,SAAyB;IAC9C,UAAU,EAAE,OAAO,iBAAiB,CAAqB;IACzD,eAAe,EAAE,OAAO,UAAU,CAAC,iBAAiB,CAAC,CAAiC;IACtF,eAAe,EAAE,UAAU,EAAE,CAA6B;yCAJ/C,wBAAwB;6CAAxB,wBAAwB;CAKpC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"property.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/property/property.service.ts"],"names":[],"mappings":"AACA,OAAO,EACL,QAAQ,IAAI,YAAY,EAEzB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAsC,MAAM,MAAM,CAAC;AAGtE,OAAO,EAGL,QAAQ,EAKT,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;;AAG1D;;;;GAIG;AACH,qBAGa,eAAgB,SAAQ,WAAW,CAAC,YAAY,EAAE,QAAQ,EAAE,kBAAkB,CAAE,YAAW,cAAc;IAMjF,SAAS,CAAC,WAAW,EAAE,GAAG;IAL7D,UAAU,EAAE,OAAO,QAAQ,CAAY;IACvC,eAAe,EAAE,OAAO,kBAAkB,CAAsB;IAChE,WAAW,SAAgB;IAC3B,eAAe,EAAE,UAAU,EAAE,CAAmB;gBAEH,WAAW,EAAE,GAAG;IAK7D;;OAEG;IACH,GAAG,CAAC,QAAQ,EAAE,QAAQ,GAAG,UAAU,CAAC,QAAQ,CAAC;IAW7C;;OAEG;IACH,YAAY,IAAI,IAAI;IAUpB,6BAA6B,CAAC,QAAQ,EAAE,QAAQ,GAAG,UAAU,CAAC,IAAI,CAAC;IAWnE;;;OAGG;IACH,QAAQ,CAAC,QAAQ,EAAE,QAAQ,GAAG,UAAU,CAAC,IAAI,CAAC;IAY9C;;;OAGG;IACH,UAAU,CAAC,QAAQ,EAAE,QAAQ,GAAG,UAAU,CAAC,IAAI,CAAC;yCArErC,eAAe;6CAAf,eAAe;CA+E3B"}
|
|
@@ -3,7 +3,6 @@ import { HttpClient } from '@angular/common/http';
|
|
|
3
3
|
import { EventDispatcherService } from '../../event';
|
|
4
4
|
import { ToastService } from '../../toast';
|
|
5
5
|
import { UserRolesEnum } from '../../../db/Enums/user-roles.enum';
|
|
6
|
-
import { MixpanelService } from '../../mixpanel/mixpanel.service';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
/**
|
|
9
8
|
* Abstract base service that implements common services functionality
|
|
@@ -27,7 +26,6 @@ export declare abstract class RestService<BaseModel, Model extends BaseModel> {
|
|
|
27
26
|
messageUpdatedBatch: string;
|
|
28
27
|
messageDeleted: string;
|
|
29
28
|
messageDeletedBatch: string;
|
|
30
|
-
protected mpService: MixpanelService;
|
|
31
29
|
roles: UserRolesEnum[];
|
|
32
30
|
constructor(environment: any);
|
|
33
31
|
protected get apiUrl(): string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rest-old.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/rest/rest-old.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -7,7 +7,6 @@ import { RestMethod } from './rest-method.type';
|
|
|
7
7
|
import { HttpMethod } from './http-method.type';
|
|
8
8
|
import { DataService } from '../../data.service';
|
|
9
9
|
import { UserRolesEnum } from '../../../db/Enums/user-roles.enum';
|
|
10
|
-
import { MixpanelService } from '../../mixpanel/mixpanel.service';
|
|
11
10
|
import { ToastService } from '../../toast';
|
|
12
11
|
import * as i0 from "@angular/core";
|
|
13
12
|
/**
|
|
@@ -33,7 +32,6 @@ export declare abstract class RestService<BaseModel, Model extends AbstractModel
|
|
|
33
32
|
* @TODO Alex: disable batch by default
|
|
34
33
|
*/
|
|
35
34
|
disabledMethods: RestMethod[];
|
|
36
|
-
protected mpService: MixpanelService;
|
|
37
35
|
protected sseService: SseService;
|
|
38
36
|
protected toastService: ToastService;
|
|
39
37
|
protected http: HttpClient;
|
|
@@ -58,7 +56,7 @@ export declare abstract class RestService<BaseModel, Model extends AbstractModel
|
|
|
58
56
|
/**
|
|
59
57
|
* Create a new Model instance in database
|
|
60
58
|
*/
|
|
61
|
-
post(model: Model,
|
|
59
|
+
post(model: Model, path?: string): Observable<Model>;
|
|
62
60
|
/**
|
|
63
61
|
* Create multiple new Model instances in database
|
|
64
62
|
*/
|
|
@@ -66,7 +64,7 @@ export declare abstract class RestService<BaseModel, Model extends AbstractModel
|
|
|
66
64
|
/**
|
|
67
65
|
* Change an existing Model instance in database
|
|
68
66
|
*/
|
|
69
|
-
put(model: Model,
|
|
67
|
+
put(model: Model, path?: string): Observable<Model>;
|
|
70
68
|
/**
|
|
71
69
|
* Change multiple existing Model instances in database
|
|
72
70
|
*/
|
|
@@ -74,17 +72,15 @@ export declare abstract class RestService<BaseModel, Model extends AbstractModel
|
|
|
74
72
|
/**
|
|
75
73
|
* Remove a Model instance from database
|
|
76
74
|
*/
|
|
77
|
-
delete(model: Model
|
|
75
|
+
delete(model: Model): Observable<void>;
|
|
78
76
|
/**
|
|
79
77
|
* Remove multiple Model instances from database
|
|
80
78
|
*/
|
|
81
79
|
deleteBatch(models: Model[]): Observable<void>;
|
|
82
|
-
protected track(response: Model[], method: HttpMethod, mpData?: AbstractModel, postfix?: string): void;
|
|
83
|
-
protected handleResponseError(response: Model[], method: HttpMethod, mpData?: AbstractModel): void;
|
|
84
80
|
/**
|
|
85
81
|
* Handle response data - update cache and dispatch event if it is needed
|
|
86
82
|
*/
|
|
87
|
-
protected handleResponse(response: Model[], method: HttpMethod
|
|
83
|
+
protected handleResponse(response: Model[], method: HttpMethod): void;
|
|
88
84
|
/**
|
|
89
85
|
* Update cache with passed items. Add/Update detects automatically, Delete via optional flag
|
|
90
86
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rest.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/rest/rest.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"setup-item.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/setup-item/setup-item.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,sBAAsB,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,kDAAkD,CAAC;AACpF,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;;AAElD,qBAGa,gBAAiB,SAAQ,WAAW,CAAC,SAAS,EAAE,gBAAgB,EAAE,0BAA0B,CAAC;IACxG,SAAS,CAAC,WAAW,SAAiB;IACtC,UAAU,EAAE,OAAO,gBAAgB,CAAoB;IACvD,eAAe,EAAE,OAAO,0BAA0B,CAA8B;IAChF,eAAe,EAAE,UAAU,EAAE,CAAqE;yCAJvF,gBAAgB;6CAAhB,gBAAgB;CAK5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bas-report.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/sole/bas-report/bas-report.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,SAAS,IAAI,aAAa,EAAE,MAAM,uCAAuC,CAAC;AACnF,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;;AAE/C,qBAGa,gBAAiB,SAAQ,WAAW,CAAC,aAAa,EAAE,SAAS,CAAC;IACzE,UAAU,EAAE,OAAO,SAAS,CAAa;IACzC,GAAG,SAAiB;yCAFT,gBAAgB;6CAAhB,gBAAgB;CAG5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sole-business.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/sole/sole-business/sole-business.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,YAAY,IAAI,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAC5F,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;;AAIlC,qBAGa,mBAAoB,SAAQ,WAAW,CAAC,gBAAgB,EAAE,YAAY,CAAC;IAClF,UAAU,EAAE,OAAO,YAAY,CAAgB;IAC/C,GAAG,SAAqB;IAExB,GAAG,CAAC,YAAY,EAAE,YAAY,GAAG,UAAU,CAAC,YAAY,CAAC;yCAJ9C,mBAAmB;6CAAnB,mBAAmB;CAa/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sole-business-activity.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/sole/sole-business-activity/sole-business-activity.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,oBAAoB,IAAI,wBAAwB,EAAE,MAAM,mDAAmD,CAAC;AACrH,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;;AAE1D,qBAGa,2BAA4B,SAAQ,WAAW,CAAC,wBAAwB,EAAE,oBAAoB,CAAC;IAC1G,UAAU,EAAE,OAAO,oBAAoB,CAAwB;IAC/D,GAAG,SAA8B;yCAFtB,2BAA2B;6CAA3B,2BAA2B;CAGvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sole-business-loss-offset-rule.service.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/tt-core/src/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAC7D,OAAO,EAAE,0BAA0B,EAAE,MAAM,uBAAuB,CAAC;;AAEnE;;GAEG;AACH,qBAGa,iCAAkC,SAAQ,WAAW,CAAC,0BAA0B,EAAE,0BAA0B,CAAC;IACxH,UAAU,EAAE,OAAO,0BAA0B,CAA8B;IAC3E,GAAG,SAAqC;yCAF7B,iCAAiC;6CAAjC,iCAAiC;CAG7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sole-contact.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/sole/sole-contact/sole-contact.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,WAAW,IAAI,eAAe,EAAE,MAAM,yCAAyC,CAAC;AACzF,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;;AAEjD,qBAGa,kBAAmB,SAAQ,WAAW,CAAC,eAAe,EAAE,WAAW,CAAC;IAC/E,UAAU,EAAE,OAAO,WAAW,CAAe;IAC7C,GAAG,SAAmB;yCAFX,kBAAkB;6CAAlB,kBAAkB;CAG9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sole-invoice-template.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,mBAAmB,IAAI,uBAAuB,EAAE,MAAM,kDAAkD,CAAC;AAClH,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;;AAEzD,qBAGa,0BAA2B,SAAQ,WAAW,CAAC,uBAAuB,EAAE,mBAAmB,CAAC;IACvG,UAAU,EAAE,OAAO,mBAAmB,CAAuB;IAC7D,GAAG,SAA4B;yCAFpB,0BAA0B;6CAA1B,0BAA0B;CAGtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-payment.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/subscription/service-payment/service-payment.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,yDAAyD,CAAC;AACzF,OAAO,EAAE,cAAc,IAAI,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAC7E,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;;AAEtC,qBAGa,qBAAsB,SAAQ,WAAW,CAAC,kBAAkB,EAAE,cAAc,EAAE,UAAU,CAAC,cAAc,CAAC,CAAC;IACpH,WAAW,SAAsB;IACjC,UAAU,EAAE,OAAO,cAAc,CAAkB;IACnD,eAAe,EAAE,OAAO,UAAU,CAAc;IAChD,eAAe,EAAE,UAAU,EAAE,CAAwD;IAErF;;OAEG;IACH,aAAa,CAAC,OAAO,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC;yCAT/C,qBAAqB;6CAArB,qBAAqB;CAgBjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-price.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/subscription/service-price/service-price.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,IAAI,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzE,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;;AAEjE;;GAEG;AACH,qBAGa,mBAAoB,SAAQ,WAAW,CAAC,gBAAgB,EAAE,YAAY,EAAE,sBAAsB,CAAC;IAC1G,SAAS,CAAC,WAAW,SAAoB;IACzC,UAAU,EAAE,OAAO,YAAY,CAAgB;IAC/C,eAAe,EAAE,OAAO,sBAAsB,CAA0B;IACxE,eAAe,EAAE,UAAU,EAAE,CAAqE;yCAJvF,mBAAmB;6CAAnB,mBAAmB;CAK/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-product.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/subscription/service-product/service-product.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,cAAc,IAAI,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAC7E,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;;AAEnE,qBAGa,qBAAsB,SAAQ,WAAW,CAAC,kBAAkB,EAAE,cAAc,EAAE,wBAAwB,CAAC;IAClH,eAAe,EAAE,OAAO,wBAAwB,CAA4B;IAC5E,UAAU,EAAE,OAAO,cAAc,CAAkB;IACnD,SAAS,CAAC,WAAW,SAAsB;IAC3C,eAAe,EAAE,UAAU,EAAE,CAAqE;yCAJvF,qBAAqB;6CAArB,qBAAqB;CAKjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subscription.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/subscription/service-subscription/subscription.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAqB,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAGlC,OAAO,EAAoB,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,mBAAmB,IAAI,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AACvF,OAAO,EAAE,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AAGxE,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;;AAExD;;GAEG;AACH,qBAGa,mBAAoB,SAAQ,WAAW,CAAC,uBAAuB,EAAE,mBAAmB,EAAE,6BAA6B,CAAE,YAAW,cAAc;IAO7I,SAAS,CAAC,IAAI,EAAE,UAAU;IAAyB,SAAS,CAAC,WAAW,EAAE,GAAG;IANzF,WAAW,SAA2B;IACtC,UAAU,EAAE,OAAO,mBAAmB,CAAuB;IAC7D,eAAe,EAAE,OAAO,6BAA6B,CAAiC;IACtF,eAAe,EAAE,UAAU,EAAE,CAAyC;IACtE,YAAY,SAA0B;gBAEhB,IAAI,EAAE,UAAU,EAAmC,WAAW,EAAE,GAAG;IAKzF,YAAY;IAIZ,UAAU,CAAC,YAAY,EAAE,mBAAmB,GAAG,UAAU,CAAC,mBAAmB,CAAC;IAI9E,sBAAsB,CAAC,YAAY,EAAE,mBAAmB,GAAG,UAAU,CAAC,MAAM,GAAG,IAAI,CAAC;IAYpF,SAAS,IAAI,UAAU,CAAC,6BAA6B,CAAC;IAItD,SAAS,IAAI,UAAU,CAAC,6BAA6B,CAAC;IAItD,eAAe,IAAI,UAAU,CAAC,6BAA6B,CAAC;IAI5D;;OAEG;IACH,gBAAgB,CAAC,YAAY,EAAE,mBAAmB,GAAG,UAAU,CAAC,MAAM,CAAC;IAMvE;;;OAGG;IACH,kBAAkB,CAAC,YAAY,EAAE,mBAAmB,GAAG,UAAU,CAAC,MAAM,CAAC;IAIzE,MAAM,CAAC,YAAY,EAAE,mBAAmB,GAAG,UAAU,CAAC,MAAM,CAAC;IAI7D,KAAK,CAAC,YAAY,EAAE,mBAAmB,GAAG,UAAU,CAAC,MAAM,CAAC;IAI5D,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;yCArE7B,mBAAmB;6CAAnB,mBAAmB;CA2E/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"allocation-rule.service.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/tt-core/src/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,IAAI,kBAAkB,EAAE,MAAM,sDAAsD,CAAC;AAC5G,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;;AAEtE,qBAGa,qBAAsB,SAAQ,WAAW,CAAC,kBAAkB,EAAE,cAAc,EAAE,wBAAwB,CAAC;IAClH,SAAS,CAAC,WAAW,SAAsB;IAC3C,eAAe,EAAE,OAAO,wBAAwB,CAA4B;IAC5E,UAAU,EAAE,OAAO,cAAc,CAAkB;yCAHxC,qBAAqB;6CAArB,qBAAqB;CAIjC"}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { HttpClient } from '@angular/common/http';
|
|
3
|
-
import { MixpanelService } from '../../../mixpanel/mixpanel.service';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class FinancialYearService {
|
|
6
5
|
protected http: HttpClient;
|
|
7
6
|
protected environment: any;
|
|
8
|
-
|
|
9
|
-
constructor(http: HttpClient, environment: any, mpService: MixpanelService);
|
|
7
|
+
constructor(http: HttpClient, environment: any);
|
|
10
8
|
switch(year: number): Observable<void>;
|
|
11
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<FinancialYearService, never>;
|
|
12
10
|
static ɵprov: i0.ɵɵInjectableDeclaration<FinancialYearService>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"financial-year.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/user/financial-year/financial-year.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EAAE,UAAU,EAAc,MAAM,sBAAsB,CAAC;;AAE9D,qBAGa,oBAAoB;IACnB,SAAS,CAAC,IAAI,EAAE,UAAU;IAAyB,SAAS,CAAC,WAAW,EAAE,GAAG;gBAAnE,IAAI,EAAE,UAAU,EAAmC,WAAW,EAAE,GAAG;IAEzF,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAAC,IAAI,CAAC;yCAH3B,oBAAoB;6CAApB,oBAAoB;CAahC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-event-setting.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/user/user-event-setting/user-event-setting.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,kDAAkD,CAAC;AACpF,OAAO,EAAE,gBAAgB,IAAI,oBAAoB,EAAE,MAAM,+CAA+C,CAAC;AACzG,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,0BAA0B,EAAE,MAAM,yBAAyB,CAAC;;AAErE,qBAGa,uBAAwB,SAAQ,WAAW,CAAC,oBAAoB,EAAE,gBAAgB,EAAE,0BAA0B,CAAC;IAC1H,UAAU,EAAE,OAAO,gBAAgB,CAAoB;IACvD,eAAe,EAAE,OAAO,0BAA0B,CAA8B;IAChF,WAAW,SAAyB;IACpC,eAAe,EAAE,UAAU,EAAE,CAAsD;yCAJxE,uBAAuB;6CAAvB,uBAAuB;CAKnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-event-type.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/user/user-event-type/user-event-type.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,IAAI,iBAAiB,EAAE,MAAM,4CAA4C,CAAC;AAChG,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;;AAElE,qBAGa,oBAAqB,SAAQ,WAAW,CAAC,iBAAiB,EAAE,aAAa,EAAE,uBAAuB,CAAC;IAC9G,UAAU,EAAE,OAAO,aAAa,CAAiB;IACjD,eAAe,EAAE,OAAO,uBAAuB,CAA2B;IAC1E,WAAW,SAAsB;IACjC,eAAe,EAAE,UAAU,EAAE,CAAqE;yCAJvF,oBAAoB;6CAApB,oBAAoB;CAKhC"}
|
|
@@ -5,6 +5,7 @@ import { RestMethod, RestService } from '../rest';
|
|
|
5
5
|
import { Collection } from '../../../collections';
|
|
6
6
|
import { AccountSetupItem } from '../../../models/account-setup/account-setup-item';
|
|
7
7
|
import { IEventListener } from '../../../interfaces';
|
|
8
|
+
import { MixpanelService } from '../../mixpanel/mixpanel.service';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
10
|
export declare class UserService extends RestService<UserBase, User, Collection<User>> implements IEventListener {
|
|
10
11
|
protected environment: any;
|
|
@@ -12,6 +13,7 @@ export declare class UserService extends RestService<UserBase, User, Collection<
|
|
|
12
13
|
collectionClass: typeof Collection;
|
|
13
14
|
endpointUri: string;
|
|
14
15
|
disabledMethods: RestMethod[];
|
|
16
|
+
protected mpService: MixpanelService;
|
|
15
17
|
constructor(environment: any);
|
|
16
18
|
listenEvents(): void;
|
|
17
19
|
fetch(): Observable<Collection<User>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/user/user.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAyC,IAAI,EAAG,MAAM,iBAAiB,CAAC;AAE/E,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAE,gBAAgB,EAAE,MAAM,kDAAkD,CAAC;AAEpF,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;;AAElE,qBAGa,WAAY,SAAQ,WAAW,CAAC,QAAQ,EAAE,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC,CAAE,YAAW,cAAc;IAQ7E,SAAS,CAAC,WAAW,EAAE,GAAG;IAPnD,UAAU,EAAE,OAAO,IAAI,CAAQ;IAC/B,eAAe,EAAE,OAAO,UAAU,CAAc;IAChD,WAAW,SAAW;IACtB,eAAe,EAAE,UAAU,EAAE,CAAsD;IACnF,SAAS,CAAC,SAAS,EAAE,eAAe,CAA2B;gBAG5B,WAAW,EAAE,GAAG;IAMnD,YAAY,IAAI,IAAI;IAIpB,KAAK,IAAI,UAAU,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;IAWrC,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAU1C,cAAc,CAAC,eAAe,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAIhF,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAInD,aAAa,CAAC,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAI1E,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAI1D;;OAEG;IACH,OAAO,CAAC,gBAAgB,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAIrD;;OAEG;IACH,MAAM,CAAC,KAAK,EAAE,MAAM,GAAG,UAAU,CAAC,IAAI,CAAC;IAMvC,gBAAgB,CAAC,IAAI,EAAE,IAAI,GAAG,UAAU,CAAC,IAAI,CAAC;IAI9C,WAAW,CAAC,KAAK,EAAE,QAAQ,GAAG,UAAU,CAAC,IAAI,CAAC;IAQ9C,WAAW,IAAI,UAAU,CAAC,MAAM,CAAC;IAWjC,aAAa,CAAC,IAAI,EAAE,gBAAgB,GAAG,UAAU,CAAC,IAAI,CAAC;IAOvD;;OAEG;IACH,OAAO,CAAC,gCAAgC;yCAxG7B,WAAW;6CAAX,WAAW;CAgHvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users-invite.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/user/users-invite/users-invite.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,kBAAkB,IAAI,sBAAsB,EAAE,MAAM,gDAAgD,CAAC;AAC9G,OAAO,EAAE,kBAAkB,EAAE,MAAM,4DAA4D,CAAC;;AAEhG;;GAEG;AACH,qBAGa,kBAAmB,SAAQ,WAAW,CAAC,sBAAsB,EAAE,kBAAkB,CAAC;IAC7F,UAAU,EAAE,OAAO,kBAAkB,CAAsB;IAC3D,GAAG,SAAkB;yCAFV,kBAAkB;6CAAlB,kBAAkB;CAG9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vehicle-claim.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/vehicle/vehicle-claim.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,IAAI,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAC5F,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAEvD,OAAO,EAAE,UAAU,EAAiB,MAAM,MAAM,CAAC;AAIjD,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAClE,OAAO,EAAE,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;;AAEpE,qBAGa,mBAAoB,SAAQ,WAAW,CAAC,gBAAgB,EAAE,YAAY,CAAC;IAClF,UAAU,EAAE,OAAO,YAAY,CAAgB;IAC/C,GAAG,SAAoB;IACvB,KAAK,kBAAsD;IAE3D,GAAG,CAAC,KAAK,EAAE,YAAY,GAAG,UAAU,CAAC,YAAY,CAAC;IAUlD,MAAM,CAAC,KAAK,EAAE,YAAY,EAAE,WAAW,GAAE,MAAW,GAAG,UAAU,CAAC,YAAY,CAAC;IAU/E;;;OAGG;IACH,eAAe,CAAC,YAAY,EAAE,4BAA4B,GAAG,UAAU,CAAC,YAAY,EAAE,CAAC;yCA7B5E,mBAAmB;6CAAnB,mBAAmB;CAyC/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vehicle-logbook.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/vehicle/vehicle-logbook/vehicle-logbook.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,IAAI,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AACrG,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;;AAEnE;;GAEG;AACH,qBAGa,qBAAsB,SAAQ,WAAW,CAAC,kBAAkB,EAAE,cAAc,EAAE,wBAAwB,CAAC;IAClH,SAAS,CAAC,WAAW,SAAuB;IAC5C,eAAe,EAAE,OAAO,wBAAwB,CAA4B;IAC5E,UAAU,EAAE,OAAO,cAAc,CAAkB;yCAHxC,qBAAqB;6CAArB,qBAAqB;CAIjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vehicle.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/vehicle/vehicle.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;;AAElD;;GAEG;AACH,qBAGa,cAAe,SAAQ,WAAW,CAAC,WAAW,EAAE,OAAO,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IACxF,SAAS,CAAC,WAAW,SAAc;IACnC,eAAe,EAAE,OAAO,UAAU,CAAC,OAAO,CAAC,CAAuB;IAClE,UAAU,EAAE,OAAO,OAAO,CAAW;yCAH1B,cAAc;6CAAd,cAAc;CAI1B"}
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"taxtank-core.d.ts","sourceRoot":"","sources":["../../projects/tt-core/src/taxtank-core.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { AbstractModel } from '../abstract-model';
|
|
2
|
-
export class DocumentBase extends AbstractModel {
|
|
3
|
-
}
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnQtYmFzZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3R0LWNvcmUvc3JjL2xpYi9kYi9Nb2RlbHMvZG9jdW1lbnQvZG9jdW1lbnQtYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsYUFBYSxFQUFDLE1BQU0sbUJBQW1CLENBQUM7QUFFaEQsTUFBTSxPQUFPLFlBQWEsU0FBUSxhQUFhO0NBUTlDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtBYnN0cmFjdE1vZGVsfSBmcm9tICcuLi9hYnN0cmFjdC1tb2RlbCc7XG5cbmV4cG9ydCBjbGFzcyBEb2N1bWVudEJhc2UgZXh0ZW5kcyBBYnN0cmFjdE1vZGVsIHtcbiAgbmFtZT86IHN0cmluZztcbiAgb3JpZ2luYWxOYW1lPzogc3RyaW5nO1xuICBzaXplPzogbnVtYmVyO1xuICBmaWxlPzogRmlsZTtcbiAgbWltZVR5cGU/OiBzdHJpbmc7XG4gIGNyZWF0ZWRBdD86IERhdGU7XG4gIHVwZGF0ZWRBdD86IERhdGU7XG59XG4iXX0=
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { AbstractModel } from '../abstract-model';
|
|
2
|
-
export class Document extends AbstractModel {
|
|
3
|
-
}
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90dC1jb3JlL3NyYy9saWIvZGIvTW9kZWxzL2RvY3VtZW50L2RvY3VtZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUdsRCxNQUFNLE9BQU8sUUFBUyxTQUFRLGFBQWE7Q0FHMUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEb2N1bWVudEZvbGRlciB9IGZyb20gJy4vZG9jdW1lbnQtZm9sZGVyJztcbmltcG9ydCB7IEFic3RyYWN0TW9kZWwgfSBmcm9tICcuLi9hYnN0cmFjdC1tb2RlbCc7XG5pbXBvcnQgeyBGaWxlIH0gZnJvbSAnLi4vZmlsZSc7XG5cbmV4cG9ydCBjbGFzcyBEb2N1bWVudCBleHRlbmRzIEFic3RyYWN0TW9kZWwge1xuICBmaWxlPzogRmlsZTtcbiAgZm9sZGVyPzogRG9jdW1lbnRGb2xkZXI7XG59XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXAtdHJhY2thYmxlLmludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3R0LWNvcmUvc3JjL2xpYi9pbnRlcmZhY2VzL21wLXRyYWNrYWJsZS5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFic3RyYWN0TW9kZWwgfSBmcm9tICcuLi9kYi9Nb2RlbHMnO1xuXG5leHBvcnQgaW50ZXJmYWNlIE1wVHJhY2thYmxlSW50ZXJmYWNlIHtcbiAgZ2V0TXBEYXRhKG1vZGVsPzogQWJzdHJhY3RNb2RlbCk6IHsgW2tleTogc3RyaW5nXTogYW55IH07XG59XG4iXX0=
|