taxtank-core 0.28.94 → 0.28.96
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/bundles/taxtank-core.umd.js +325 -452
- package/bundles/taxtank-core.umd.js.map +1 -1
- package/esm2015/lib/collections/subscription/service-subscription.collection.js +1 -14
- package/esm2015/lib/interceptors/basiq-client-id.interceptor.js +3 -3
- package/esm2015/lib/interceptors/basiq-token.interceptor.js +3 -3
- package/esm2015/lib/interceptors/corelogic-interceptor.js +3 -3
- package/esm2015/lib/interceptors/financial-year-interceptor.js +3 -3
- package/esm2015/lib/interceptors/interceptors.module.js +4 -4
- package/esm2015/lib/interceptors/jwt-interceptor.js +3 -3
- package/esm2015/lib/interceptors/preloader.interceptor.js +3 -3
- package/esm2015/lib/interceptors/user-switcher-interceptor.js +3 -3
- package/esm2015/lib/models/endpoint/endpoints.const.js +2 -1
- package/esm2015/lib/models/service-subscription/service-subscription-item.js +2 -11
- package/esm2015/lib/models/service-subscription/service-subscription.js +2 -57
- package/esm2015/lib/services/account-setup/account-setup.service.js +3 -3
- package/esm2015/lib/services/affiliate/rewardful/rewardful.service.js +3 -3
- package/esm2015/lib/services/asset/assets.service.js +3 -3
- package/esm2015/lib/services/auth/auth.service.js +3 -3
- package/esm2015/lib/services/auth/jwt.service.js +3 -3
- package/esm2015/lib/services/bank/bank-account-calculation.service.js +3 -3
- package/esm2015/lib/services/bank/bank-transaction-calculation.service.js +3 -3
- package/esm2015/lib/services/event/event-dispatcher.service.js +3 -3
- package/esm2015/lib/services/event/sse.service.js +3 -3
- package/esm2015/lib/services/export/export-formatter.service.js +3 -3
- package/esm2015/lib/services/header-title/header-title.service.js +3 -3
- package/esm2015/lib/services/http/address/address.service.js +3 -3
- package/esm2015/lib/services/http/bank/bank-account/bank-account.service.js +3 -3
- package/esm2015/lib/services/http/bank/bank-connection/bank-connection.service.js +3 -3
- package/esm2015/lib/services/http/bank/bank-transaction/bank-transaction.service.js +3 -3
- package/esm2015/lib/services/http/bank/bank.service.js +3 -3
- package/esm2015/lib/services/http/bank/basiq/basiq-token.service.js +3 -3
- package/esm2015/lib/services/http/bank/basiq/basiq.service.js +3 -3
- package/esm2015/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.js +3 -3
- package/esm2015/lib/services/http/chart-accounts/chart-accounts.service.js +3 -3
- package/esm2015/lib/services/http/chat/chat.service.js +3 -3
- package/esm2015/lib/services/http/chat/message/message.service.js +3 -3
- package/esm2015/lib/services/http/chat/message-document/message-document.service.js +3 -3
- package/esm2015/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.js +3 -3
- package/esm2015/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.js +3 -3
- package/esm2015/lib/services/http/depreciation/depreciation.service.js +3 -3
- package/esm2015/lib/services/http/document/document-folder/document-folder.service.js +3 -3
- package/esm2015/lib/services/http/document/document.service.js +3 -3
- package/esm2015/lib/services/http/facebook/facebook.service.js +3 -3
- package/esm2015/lib/services/http/firm/client-income/client-income-types.service.js +3 -3
- package/esm2015/lib/services/http/firm/client-invite/client-invite.service.js +3 -3
- package/esm2015/lib/services/http/firm/client-movement/client-movement.service.js +3 -3
- package/esm2015/lib/services/http/firm/employee/employee.service.js +3 -3
- package/esm2015/lib/services/http/firm/employee-invite/employee-invite.service.js +3 -3
- package/esm2015/lib/services/http/firm/firm.service.js +3 -3
- package/esm2015/lib/services/http/firm/portfolio-report/client-portfolio-report.service.js +3 -3
- package/esm2015/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.js +3 -3
- package/esm2015/lib/services/http/income-source/income-source.service.js +3 -3
- package/esm2015/lib/services/http/income-source/salary-forecast/salary-forecast.service.js +3 -3
- package/esm2015/lib/services/http/income-source/sole-forecast/sole-forecast.service.js +3 -3
- package/esm2015/lib/services/http/loan/borrowing-expense/borrowing-expense.service.js +3 -3
- package/esm2015/lib/services/http/loan/loan.service.js +3 -3
- package/esm2015/lib/services/http/property/property-category/property-category.service.js +3 -3
- package/esm2015/lib/services/http/property/property-category-movement/property-category-movement.service.js +3 -3
- package/esm2015/lib/services/http/property/property-document/property-document.service.js +3 -3
- package/esm2015/lib/services/http/property/property-sale/property-sale.service.js +3 -3
- package/esm2015/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.js +3 -3
- package/esm2015/lib/services/http/property/property-share/property-share.service.js +3 -3
- package/esm2015/lib/services/http/property/property.service.js +3 -3
- package/esm2015/lib/services/http/receipt/receipt.service.js +3 -3
- package/esm2015/lib/services/http/rest/rest.service.js +3 -3
- package/esm2015/lib/services/http/service-notification/service-notification.service.js +3 -3
- package/esm2015/lib/services/http/sole/bas-report/bas-report.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-business/sole-business.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-business-activity/sole-business-activity.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-business-loss/sole-business-loss.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-contact/sole-contact.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-details/sole-details.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-invoice/sole-invoice.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.js +3 -3
- package/esm2015/lib/services/http/subscription/service-price.service.js +3 -3
- package/esm2015/lib/services/http/subscription/subscription.service.js +3 -3
- package/esm2015/lib/services/http/tax-review/tax-review-history/tax-review-history.service.js +3 -3
- package/esm2015/lib/services/http/tax-review/tax-review.service.js +3 -3
- package/esm2015/lib/services/http/tax-summary/tax-summary.service.js +3 -3
- package/esm2015/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.js +3 -3
- package/esm2015/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.js +3 -3
- package/esm2015/lib/services/http/transaction/transaction.service.js +3 -3
- package/esm2015/lib/services/http/tutorial-video/tutorial-video.service.js +3 -3
- package/esm2015/lib/services/http/user/occupation/occupation.service.js +3 -3
- package/esm2015/lib/services/http/user/user-event-setting/user-event-setting.service.js +3 -3
- package/esm2015/lib/services/http/user/user-event-type/user-event-type.service.js +3 -3
- package/esm2015/lib/services/http/user/user.service.js +3 -3
- package/esm2015/lib/services/http/user/users-invite/users-invite.service.js +3 -3
- package/esm2015/lib/services/http/vehicle/vehicle-claim-details.service.js +3 -3
- package/esm2015/lib/services/http/vehicle/vehicle-claim.service.js +3 -3
- package/esm2015/lib/services/http/vehicle/vehicle-logbook.service.js +3 -3
- package/esm2015/lib/services/http/vehicle/vehicle.service.js +3 -3
- package/esm2015/lib/services/intercom/intercom.service.js +3 -3
- package/esm2015/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.js +3 -3
- package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.js +3 -3
- package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.js +3 -3
- package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-table.service.js +3 -3
- package/esm2015/lib/services/preloader/preloader.service.js +3 -3
- package/esm2015/lib/services/property/corelogic/corelogic.service.js +3 -3
- package/esm2015/lib/services/property/equity-position-chart/equity-position-chart.service.js +3 -3
- package/esm2015/lib/services/property/property-calculation/property-calculation.service.js +3 -3
- package/esm2015/lib/services/report/property/property-transaction-report.service.js +3 -3
- package/esm2015/lib/services/toast/toast.service.js +3 -3
- package/esm2015/lib/services/transaction/transaction-calculation.service.js +3 -3
- package/esm2015/lib/services/user/user-switcher.service.js +3 -3
- package/esm2015/lib/services/vehicle/logbook-best-period.service.js +3 -3
- package/esm2015/lib/services/xlsx/xlsx.service.js +3 -3
- package/esm2015/lib/tt-core.module.js +4 -4
- package/esm2015/public-api.js +1 -4
- package/fesm2015/taxtank-core.js +318 -412
- package/fesm2015/taxtank-core.js.map +1 -1
- package/lib/collections/subscription/service-subscription.collection.d.ts +0 -4
- package/lib/models/service-subscription/service-subscription.d.ts +0 -25
- package/package.json +1 -1
- package/public-api.d.ts +0 -3
- package/esm2015/lib/models/service-subscription/subscription-description.const.js +0 -8
- package/esm2015/lib/models/service-subscription/subscription-title.const.js +0 -8
- package/esm2015/lib/models/service-subscription/subscription-type.enum.js +0 -8
- package/lib/models/service-subscription/subscription-description.const.d.ts +0 -3
- package/lib/models/service-subscription/subscription-title.const.d.ts +0 -3
- package/lib/models/service-subscription/subscription-type.enum.d.ts +0 -6
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
import { Collection } from '../collection';
|
|
2
2
|
import { ServiceSubscription } from '../../models/service-subscription/service-subscription';
|
|
3
3
|
export declare class ServiceSubscriptionCollection extends Collection<ServiceSubscription> {
|
|
4
|
-
get individual(): ServiceSubscription;
|
|
5
|
-
get investor(): ServiceSubscription;
|
|
6
|
-
get investorPlus(): ServiceSubscription;
|
|
7
|
-
getRecommended(properties: number): ServiceSubscription;
|
|
8
4
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ServiceSubscription as ServiceSubscriptionBase } from '../../db/Models/subscription/service-subscription';
|
|
2
2
|
import { ServiceSubscriptionItem } from './service-subscription-item';
|
|
3
|
-
import { SubscriptionTypeEnum } from './subscription-type.enum';
|
|
4
3
|
export declare class ServiceSubscription extends ServiceSubscriptionBase {
|
|
5
4
|
startDate: Date;
|
|
6
5
|
endDate: Date;
|
|
@@ -9,39 +8,15 @@ export declare class ServiceSubscription extends ServiceSubscriptionBase {
|
|
|
9
8
|
get isTrial(): boolean;
|
|
10
9
|
get price(): number;
|
|
11
10
|
get propertyQuantity(): number;
|
|
12
|
-
/**
|
|
13
|
-
* get type of subscription
|
|
14
|
-
*/
|
|
15
|
-
get type(): SubscriptionTypeEnum;
|
|
16
11
|
/**
|
|
17
12
|
* get title of subscription
|
|
18
13
|
*/
|
|
19
14
|
get title(): string;
|
|
20
|
-
/**
|
|
21
|
-
* get description of subscription
|
|
22
|
-
*/
|
|
23
|
-
get description(): string;
|
|
24
15
|
/**
|
|
25
16
|
* A subscription is considered active if the end date has not yet arrived and its status is "Active" or "Past due"
|
|
26
17
|
*/
|
|
27
18
|
get isActive(): boolean;
|
|
28
19
|
get daysRemain(): number;
|
|
29
|
-
getTitle(): string;
|
|
30
|
-
/**
|
|
31
|
-
* Check if subscription is Individual
|
|
32
|
-
* Subscription is individual when user have only one product and only work tank
|
|
33
|
-
*/
|
|
34
|
-
isIndividual(): boolean;
|
|
35
|
-
/**
|
|
36
|
-
* Check if subscription is Investor
|
|
37
|
-
* Subscription is investor when user have property tank product and max count of properties is 2
|
|
38
|
-
*/
|
|
39
|
-
isInvestor(): boolean;
|
|
40
|
-
/**
|
|
41
|
-
* Check if subscription is Investor Plus
|
|
42
|
-
* Subscription is investor when user have property tank product and max count of properties more than 2
|
|
43
|
-
*/
|
|
44
|
-
isInvestorPlus(): boolean;
|
|
45
20
|
/**
|
|
46
21
|
* Check if trial expired
|
|
47
22
|
*/
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -235,9 +235,6 @@ export * from './lib/models/service-subscription/service-price';
|
|
|
235
235
|
export * from './lib/models/service-subscription/service-product';
|
|
236
236
|
export * from './lib/models/service-subscription/service-subscription';
|
|
237
237
|
export * from './lib/models/service-subscription/service-subscription-item';
|
|
238
|
-
export * from './lib/models/service-subscription/subscription-description.const';
|
|
239
|
-
export * from './lib/models/service-subscription/subscription-title.const';
|
|
240
|
-
export * from './lib/models/service-subscription/subscription-type.enum';
|
|
241
238
|
export * from './lib/models/tax-review/tax-review';
|
|
242
239
|
export * from './lib/models/tax-summary/report-item';
|
|
243
240
|
export * from './lib/models/tax-summary/report-item-details';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { SubscriptionTypeEnum } from './subscription-type.enum';
|
|
2
|
-
export const SUBSCRIPTION_DESCRIPTION = {
|
|
3
|
-
[SubscriptionTypeEnum.WITHOUT_SUBSCRIPTION]: 'Without subscription',
|
|
4
|
-
[SubscriptionTypeEnum.INDIVIDUAL]: 'Manage income and expenses via live bank feeds. Keep receipts safe, maximise deductions & minimise tax.',
|
|
5
|
-
[SubscriptionTypeEnum.INVESTOR]: 'Property made easy with smart tax tools and real-time information to help control how much tax you pay.',
|
|
6
|
-
[SubscriptionTypeEnum.INVESTOR_PLUS]: 'Add your whole portfolio, including investment properties, home and properties in trusts. For 3+ properties an extra $6 will be charged per property.'
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Vic2NyaXB0aW9uLWRlc2NyaXB0aW9uLmNvbnN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdHQtY29yZS9zcmMvbGliL21vZGVscy9zZXJ2aWNlLXN1YnNjcmlwdGlvbi9zdWJzY3JpcHRpb24tZGVzY3JpcHRpb24uY29uc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFFaEUsTUFBTSxDQUFDLE1BQU0sd0JBQXdCLEdBQTRCO0lBQy9ELENBQUMsb0JBQW9CLENBQUMsb0JBQW9CLENBQUMsRUFBRSxzQkFBc0I7SUFDbkUsQ0FBQyxvQkFBb0IsQ0FBQyxVQUFVLENBQUMsRUFBRSx5R0FBeUc7SUFDNUksQ0FBQyxvQkFBb0IsQ0FBQyxRQUFRLENBQUMsRUFBRSx5R0FBeUc7SUFDMUksQ0FBQyxvQkFBb0IsQ0FBQyxhQUFhLENBQUMsRUFBRSx1SkFBdUo7Q0FDOUwsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFN1YnNjcmlwdGlvblR5cGVFbnVtIH0gZnJvbSAnLi9zdWJzY3JpcHRpb24tdHlwZS5lbnVtJztcclxuXHJcbmV4cG9ydCBjb25zdCBTVUJTQ1JJUFRJT05fREVTQ1JJUFRJT046IHtba2V5OiBudW1iZXJdOiBzdHJpbmd9ID0ge1xyXG4gIFtTdWJzY3JpcHRpb25UeXBlRW51bS5XSVRIT1VUX1NVQlNDUklQVElPTl06ICdXaXRob3V0IHN1YnNjcmlwdGlvbicsXHJcbiAgW1N1YnNjcmlwdGlvblR5cGVFbnVtLklORElWSURVQUxdOiAnTWFuYWdlIGluY29tZSBhbmQgZXhwZW5zZXMgdmlhIGxpdmUgYmFuayBmZWVkcy4gS2VlcCByZWNlaXB0cyBzYWZlLCBtYXhpbWlzZSBkZWR1Y3Rpb25zICYgbWluaW1pc2UgdGF4LicsXHJcbiAgW1N1YnNjcmlwdGlvblR5cGVFbnVtLklOVkVTVE9SXTogJ1Byb3BlcnR5IG1hZGUgZWFzeSB3aXRoIHNtYXJ0IHRheCB0b29scyBhbmQgcmVhbC10aW1lIGluZm9ybWF0aW9uIHRvIGhlbHAgY29udHJvbCBob3cgbXVjaCB0YXggeW91IHBheS4nLFxyXG4gIFtTdWJzY3JpcHRpb25UeXBlRW51bS5JTlZFU1RPUl9QTFVTXTogJ0FkZCB5b3VyIHdob2xlIHBvcnRmb2xpbywgaW5jbHVkaW5nIGludmVzdG1lbnQgcHJvcGVydGllcywgaG9tZSBhbmQgcHJvcGVydGllcyBpbiB0cnVzdHMuIEZvciAzKyBwcm9wZXJ0aWVzIGFuIGV4dHJhICQ2IHdpbGwgYmUgY2hhcmdlZCBwZXIgcHJvcGVydHkuJ1xyXG59O1xyXG4iXX0=
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { SubscriptionTypeEnum } from './subscription-type.enum';
|
|
2
|
-
export const SUBSCRIPTION_TITLE = {
|
|
3
|
-
[SubscriptionTypeEnum.WITHOUT_SUBSCRIPTION]: 'Without subscription',
|
|
4
|
-
[SubscriptionTypeEnum.INDIVIDUAL]: 'Individual',
|
|
5
|
-
[SubscriptionTypeEnum.INVESTOR]: 'Investor',
|
|
6
|
-
[SubscriptionTypeEnum.INVESTOR_PLUS]: 'Investor plus'
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Vic2NyaXB0aW9uLXRpdGxlLmNvbnN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdHQtY29yZS9zcmMvbGliL21vZGVscy9zZXJ2aWNlLXN1YnNjcmlwdGlvbi9zdWJzY3JpcHRpb24tdGl0bGUuY29uc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFFaEUsTUFBTSxDQUFDLE1BQU0sa0JBQWtCLEdBQTRCO0lBQ3pELENBQUMsb0JBQW9CLENBQUMsb0JBQW9CLENBQUMsRUFBRSxzQkFBc0I7SUFDbkUsQ0FBQyxvQkFBb0IsQ0FBQyxVQUFVLENBQUMsRUFBRSxZQUFZO0lBQy9DLENBQUMsb0JBQW9CLENBQUMsUUFBUSxDQUFDLEVBQUUsVUFBVTtJQUMzQyxDQUFDLG9CQUFvQixDQUFDLGFBQWEsQ0FBQyxFQUFFLGVBQWU7Q0FDdEQsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFN1YnNjcmlwdGlvblR5cGVFbnVtIH0gZnJvbSAnLi9zdWJzY3JpcHRpb24tdHlwZS5lbnVtJztcclxuXHJcbmV4cG9ydCBjb25zdCBTVUJTQ1JJUFRJT05fVElUTEU6IHtba2V5OiBudW1iZXJdOiBzdHJpbmd9ID0ge1xyXG4gIFtTdWJzY3JpcHRpb25UeXBlRW51bS5XSVRIT1VUX1NVQlNDUklQVElPTl06ICdXaXRob3V0IHN1YnNjcmlwdGlvbicsXHJcbiAgW1N1YnNjcmlwdGlvblR5cGVFbnVtLklORElWSURVQUxdOiAnSW5kaXZpZHVhbCcsXHJcbiAgW1N1YnNjcmlwdGlvblR5cGVFbnVtLklOVkVTVE9SXTogJ0ludmVzdG9yJyxcclxuICBbU3Vic2NyaXB0aW9uVHlwZUVudW0uSU5WRVNUT1JfUExVU106ICdJbnZlc3RvciBwbHVzJ1xyXG59O1xyXG4iXX0=
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export var SubscriptionTypeEnum;
|
|
2
|
-
(function (SubscriptionTypeEnum) {
|
|
3
|
-
SubscriptionTypeEnum[SubscriptionTypeEnum["WITHOUT_SUBSCRIPTION"] = 0] = "WITHOUT_SUBSCRIPTION";
|
|
4
|
-
SubscriptionTypeEnum[SubscriptionTypeEnum["INDIVIDUAL"] = 1] = "INDIVIDUAL";
|
|
5
|
-
SubscriptionTypeEnum[SubscriptionTypeEnum["INVESTOR"] = 2] = "INVESTOR";
|
|
6
|
-
SubscriptionTypeEnum[SubscriptionTypeEnum["INVESTOR_PLUS"] = 3] = "INVESTOR_PLUS";
|
|
7
|
-
})(SubscriptionTypeEnum || (SubscriptionTypeEnum = {}));
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Vic2NyaXB0aW9uLXR5cGUuZW51bS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3R0LWNvcmUvc3JjL2xpYi9tb2RlbHMvc2VydmljZS1zdWJzY3JpcHRpb24vc3Vic2NyaXB0aW9uLXR5cGUuZW51bS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQU4sSUFBWSxvQkFLWDtBQUxELFdBQVksb0JBQW9CO0lBQzlCLCtGQUF3QixDQUFBO0lBQ3hCLDJFQUFjLENBQUE7SUFDZCx1RUFBWSxDQUFBO0lBQ1osaUZBQWlCLENBQUE7QUFDbkIsQ0FBQyxFQUxXLG9CQUFvQixLQUFwQixvQkFBb0IsUUFLL0IiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZW51bSBTdWJzY3JpcHRpb25UeXBlRW51bSB7XHJcbiAgV0lUSE9VVF9TVUJTQ1JJUFRJT04gPSAwLFxyXG4gIElORElWSURVQUwgPSAxLFxyXG4gIElOVkVTVE9SID0gMixcclxuICBJTlZFU1RPUl9QTFVTID0gM1xyXG59XHJcbiJdfQ==
|