@posiwise/admin-module 0.0.140 → 0.0.142
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/admin-guard.service.mjs +2 -2
- package/esm2022/lib/admin-module.routing.mjs +27 -27
- package/esm2022/lib/admin.module.mjs +50 -43
- package/esm2022/lib/components/TOS/terms-of-service/terms-of-service.component.mjs +5 -5
- package/esm2022/lib/components/TOS/terms-of-service-details/terms-of-service-details.component.mjs +2 -2
- package/esm2022/lib/components/TOS/terms-of-service-tabs/terms-of-service-tabs.component.mjs +1 -1
- package/esm2022/lib/components/config/global-config-details/global-config-details.component.mjs +2 -2
- package/esm2022/lib/components/config/global-config-list/global-config-list.component.mjs +3 -3
- package/esm2022/lib/components/config/global-config-tabs/global-config-tabs.component.mjs +1 -1
- package/esm2022/lib/components/contact-us/contact-us-list/contact-us-list.component.mjs +6 -6
- package/esm2022/lib/components/contact-us/contact-us-tabs/contact-us-tabs.component.mjs +1 -1
- package/esm2022/lib/components/credentials/credentials/credentials.component.mjs +4 -4
- package/esm2022/lib/components/credentials/credentials-details/credentials-details.component.mjs +2 -2
- package/esm2022/lib/components/credentials/credentials-tab/credentials-tab.component.mjs +1 -1
- package/esm2022/lib/components/credentials/subscription-credentials/subscription-credentials.component.mjs +7 -7
- package/esm2022/lib/components/credentials/subscription-credentials-details/subscription-credentials-details.component.mjs +2 -2
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-build/domain-config-build.component.mjs +6 -6
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-core/domain-config-core.component.mjs +4 -4
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-details.component.mjs +2 -2
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-integrations/domain-config-integrations.component.mjs +4 -4
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-interface/domain-config-interface.component.mjs +6 -6
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-organization/domain-config-organization.component.mjs +4 -4
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-security/domain-config-security.component.mjs +4 -4
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-social/domain-config-social.component.mjs +4 -4
- package/esm2022/lib/components/domain-config/domain-config-list/domain-config-list.component.mjs +8 -8
- package/esm2022/lib/components/domain-config/domain-config-tabs/domain-config-tabs.component.mjs +1 -1
- package/esm2022/lib/components/faqs/add-faq/add-faq.component.mjs +25 -26
- package/esm2022/lib/components/faqs/edit-faq/edit-faq.component.mjs +27 -26
- package/esm2022/lib/components/faqs/faqs-list/faqs-list.component.mjs +11 -11
- package/esm2022/lib/components/faqs/faqs-tabs/faqs-tabs.component.mjs +1 -1
- package/esm2022/lib/components/feedback-questions/feedback-questions-details/feedback-questions-details.component.mjs +3 -3
- package/esm2022/lib/components/feedback-questions/feedback-questions-list/feedback-questions-list.component.mjs +5 -5
- package/esm2022/lib/components/generic/generic-misc/generic-misc.component.mjs +3 -3
- package/esm2022/lib/components/generic/generic-tabs/generic-tabs.component.mjs +1 -1
- package/esm2022/lib/components/incidents/add-edit-incident/add-edit-incident.component.mjs +4 -4
- package/esm2022/lib/components/incidents/incidents-list/incidents-list.component.mjs +3 -3
- package/esm2022/lib/components/incidents/incidents-tabs/incidents-tabs.component.mjs +1 -1
- package/esm2022/lib/components/login-notifications/login-notification-details/login-notification-details.component.mjs +4 -4
- package/esm2022/lib/components/login-notifications/login-notification-tabs/login-notification-tabs.component.mjs +1 -1
- package/esm2022/lib/components/login-notifications/login-notifications-list/login-notifications-list.component.mjs +11 -7
- package/esm2022/lib/components/mailer/mailer-details/mailer-details.component.mjs +5 -5
- package/esm2022/lib/components/mailer/mailer-list/mailer-list.component.mjs +6 -6
- package/esm2022/lib/components/mailer/mailer-tabs/mailer-tabs.component.mjs +1 -1
- package/esm2022/lib/components/newsletters/newsletter-details/newsletter-details.component.mjs +4 -4
- package/esm2022/lib/components/newsletters/newsletter-item-details/newsletter-item-details.component.mjs +10 -10
- package/esm2022/lib/components/newsletters/newsletter-users-list/newsletter-users-list.component.mjs +5 -5
- package/esm2022/lib/components/newsletters/newsletters-insight/newsletters-insight.component.mjs +26 -4
- package/esm2022/lib/components/newsletters/newsletters-items/newsletters-items-view-details/newsletters-items-view-details.component.mjs +4 -4
- package/esm2022/lib/components/newsletters/newsletters-items/newsletters-items.component.mjs +6 -6
- package/esm2022/lib/components/newsletters/newsletters-list/newsletters-list.component.mjs +5 -5
- package/esm2022/lib/components/newsletters/newsletters-tabs/newsletters-tabs.component.mjs +2 -2
- package/esm2022/lib/components/permissions/permissions-details/permissions-details.component.mjs +2 -2
- package/esm2022/lib/components/permissions/permissions-list/permissions-list.component.mjs +5 -5
- package/esm2022/lib/components/permissions/permissions-tabs/permissions-tabs.component.mjs +1 -1
- package/esm2022/lib/components/permissions/role-details/role-details.component.mjs +2 -2
- package/esm2022/lib/components/permissions/roles-list/roles-list.component.mjs +5 -5
- package/esm2022/lib/components/products/product-details/product-details.component.mjs +10 -11
- package/esm2022/lib/components/products/products-insight/products-insight.component.mjs +16 -11
- package/esm2022/lib/components/products/products-list/products-list.component.mjs +7 -7
- package/esm2022/lib/components/products/products-tabs/products-tabs.component.mjs +1 -1
- package/esm2022/lib/components/products/users-list-for-product/users-list-for-product.component.mjs +1 -1
- package/esm2022/lib/components/subscriptions/subscription-agents/subscription-agents.component.mjs +2 -2
- package/esm2022/lib/components/subscriptions/subscription-agents-list/subscription-agents-list.component.mjs +7 -7
- package/esm2022/lib/components/subscriptions/subscription-details/subscription-details.component.mjs +4 -4
- package/esm2022/lib/components/subscriptions/subscription-product-details/subscription-product-details.component.mjs +4 -4
- package/esm2022/lib/components/subscriptions/subscription-products/subscription-products.component.mjs +4 -4
- package/esm2022/lib/components/subscriptions/subscription-users/subscription-users.component.mjs +30 -7
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-average-price/subscription-insight-average-price.component.mjs +17 -12
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-average-user/subscription-insight-average-user.component.mjs +17 -12
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-churn/subscription-insight-churn.component.mjs +55 -0
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-nps/subscription-insight-nps.component.mjs +20 -15
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-product-session/subscription-insight-product-session.component.mjs +17 -12
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-revenue/subscription-insight-revenue.component.mjs +17 -12
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-tabs/subscription-insight-tabs.component.mjs +4 -3
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscriptions-insight.component.mjs +17 -12
- package/esm2022/lib/components/subscriptions/subscriptions-list/invite-users/invite-users.component.mjs +8 -8
- package/esm2022/lib/components/subscriptions/subscriptions-list/subscriptions-list.component.mjs +9 -9
- package/esm2022/lib/components/subscriptions/subscriptions-tabs/subscriptions-tabs.component.mjs +1 -1
- package/esm2022/lib/components/tags/tags-category/tags-category.component.mjs +6 -6
- package/esm2022/lib/components/tags/tags-list/tags-list.component.mjs +8 -8
- package/esm2022/lib/components/tags/tags-tabs/tags-tabs.component.mjs +1 -1
- package/esm2022/lib/components/tips/tip-detail/tip-detail.component.mjs +2 -2
- package/esm2022/lib/components/tips/tips-list/tips-list.component.mjs +2 -2
- package/esm2022/lib/components/tips/tips-tabs/tips-tabs.component.mjs +1 -1
- package/esm2022/lib/components/tracking/ahoy-events/ahoy-events.component.mjs +7 -7
- package/esm2022/lib/components/tracking/ahoy-messages/ahoy-messages.component.mjs +7 -7
- package/esm2022/lib/components/tracking/ahoy-visits/ahoy-visits.component.mjs +7 -7
- package/esm2022/lib/components/tracking/events/events.component.mjs +4 -4
- package/esm2022/lib/components/tracking/tracking-tabs/tracking-tabs.component.mjs +1 -1
- package/esm2022/lib/components/tracking/versions/versions.component.mjs +4 -4
- package/esm2022/lib/components/users/user-details/user-details.component.mjs +3 -3
- package/esm2022/lib/components/users/users-insight/users-insight.component.mjs +18 -5
- package/esm2022/lib/components/users/users-list/users-list.component.mjs +13 -13
- package/esm2022/lib/components/users/users-tabs/users-tabs.component.mjs +1 -1
- package/esm2022/lib/shared/routers/routers.mjs +2 -2
- package/fesm2022/posiwise-admin-module.mjs +5621 -5484
- package/fesm2022/posiwise-admin-module.mjs.map +1 -1
- package/lib/admin-guard.service.d.ts +1 -1
- package/lib/admin.module.d.ts +71 -69
- package/lib/components/TOS/terms-of-service/terms-of-service.component.d.ts +3 -3
- package/lib/components/TOS/terms-of-service-details/terms-of-service-details.component.d.ts +1 -1
- package/lib/components/config/global-config-details/global-config-details.component.d.ts +2 -2
- package/lib/components/config/global-config-list/global-config-list.component.d.ts +2 -2
- package/lib/components/contact-us/contact-us-list/contact-us-list.component.d.ts +4 -4
- package/lib/components/credentials/credentials/credentials.component.d.ts +3 -3
- package/lib/components/credentials/credentials-details/credentials-details.component.d.ts +1 -1
- package/lib/components/credentials/subscription-credentials/subscription-credentials.component.d.ts +5 -5
- package/lib/components/credentials/subscription-credentials-details/subscription-credentials-details.component.d.ts +2 -2
- package/lib/components/domain-config/domain-config-details/domain-config-build/domain-config-build.component.d.ts +4 -4
- package/lib/components/domain-config/domain-config-details/domain-config-core/domain-config-core.component.d.ts +2 -2
- package/lib/components/domain-config/domain-config-details/domain-config-details.component.d.ts +2 -2
- package/lib/components/domain-config/domain-config-details/domain-config-integrations/domain-config-integrations.component.d.ts +2 -2
- package/lib/components/domain-config/domain-config-details/domain-config-interface/domain-config-interface.component.d.ts +3 -3
- package/lib/components/domain-config/domain-config-details/domain-config-organization/domain-config-organization.component.d.ts +2 -2
- package/lib/components/domain-config/domain-config-details/domain-config-security/domain-config-security.component.d.ts +1 -1
- package/lib/components/domain-config/domain-config-details/domain-config-social/domain-config-social.component.d.ts +2 -2
- package/lib/components/domain-config/domain-config-list/domain-config-list.component.d.ts +4 -4
- package/lib/components/faqs/add-faq/add-faq.component.d.ts +11 -11
- package/lib/components/faqs/edit-faq/edit-faq.component.d.ts +14 -11
- package/lib/components/faqs/faqs-list/faqs-list.component.d.ts +10 -10
- package/lib/components/feedback-questions/feedback-questions-details/feedback-questions-details.component.d.ts +4 -4
- package/lib/components/feedback-questions/feedback-questions-list/feedback-questions-list.component.d.ts +4 -4
- package/lib/components/incidents/add-edit-incident/add-edit-incident.component.d.ts +3 -3
- package/lib/components/incidents/incidents-list/incidents-list.component.d.ts +3 -3
- package/lib/components/login-notifications/login-notification-details/login-notification-details.component.d.ts +1 -1
- package/lib/components/login-notifications/login-notifications-list/login-notifications-list.component.d.ts +3 -3
- package/lib/components/mailer/mailer-list/mailer-list.component.d.ts +2 -2
- package/lib/components/mailer/mailer-tabs/mailer-tabs.component.d.ts +1 -1
- package/lib/components/newsletters/newsletter-details/newsletter-details.component.d.ts +1 -1
- package/lib/components/newsletters/newsletter-item-details/newsletter-item-details.component.d.ts +7 -7
- package/lib/components/newsletters/newsletter-users-list/newsletter-users-list.component.d.ts +5 -5
- package/lib/components/newsletters/newsletters-insight/newsletters-insight.component.d.ts +8 -0
- package/lib/components/newsletters/newsletters-items/newsletters-items-view-details/newsletters-items-view-details.component.d.ts +2 -2
- package/lib/components/newsletters/newsletters-items/newsletters-items.component.d.ts +6 -6
- package/lib/components/newsletters/newsletters-list/newsletters-list.component.d.ts +2 -2
- package/lib/components/newsletters/newsletters-tabs/newsletters-tabs.component.d.ts +1 -1
- package/lib/components/permissions/permissions-details/permissions-details.component.d.ts +3 -3
- package/lib/components/permissions/permissions-list/permissions-list.component.d.ts +4 -4
- package/lib/components/permissions/role-details/role-details.component.d.ts +4 -4
- package/lib/components/permissions/roles-list/roles-list.component.d.ts +2 -2
- package/lib/components/products/product-details/product-details.component.d.ts +14 -13
- package/lib/components/products/products-insight/products-insight.component.d.ts +8 -5
- package/lib/components/products/products-list/products-list.component.d.ts +6 -6
- package/lib/components/products/users-list-for-product/users-list-for-product.component.d.ts +2 -2
- package/lib/components/subscriptions/subscription-agents/subscription-agents.component.d.ts +2 -2
- package/lib/components/subscriptions/subscription-agents-list/subscription-agents-list.component.d.ts +2 -2
- package/lib/components/subscriptions/subscription-details/subscription-details.component.d.ts +7 -7
- package/lib/components/subscriptions/subscription-product-details/subscription-product-details.component.d.ts +2 -2
- package/lib/components/subscriptions/subscription-products/subscription-products.component.d.ts +5 -5
- package/lib/components/subscriptions/subscription-users/subscription-users.component.d.ts +7 -5
- package/lib/components/subscriptions/subscriptions-insight/subscription-insight-average-price/subscription-insight-average-price.component.d.ts +7 -5
- package/lib/components/subscriptions/subscriptions-insight/subscription-insight-average-user/subscription-insight-average-user.component.d.ts +7 -5
- package/lib/components/subscriptions/subscriptions-insight/subscription-insight-churn/subscription-insight-churn.component.d.ts +24 -0
- package/lib/components/subscriptions/subscriptions-insight/subscription-insight-nps/subscription-insight-nps.component.d.ts +9 -6
- package/lib/components/subscriptions/subscriptions-insight/subscription-insight-product-session/subscription-insight-product-session.component.d.ts +7 -5
- package/lib/components/subscriptions/subscriptions-insight/subscription-insight-revenue/subscription-insight-revenue.component.d.ts +7 -5
- package/lib/components/subscriptions/subscriptions-insight/subscriptions-insight.component.d.ts +7 -5
- package/lib/components/subscriptions/subscriptions-list/invite-users/invite-users.component.d.ts +10 -10
- package/lib/components/subscriptions/subscriptions-list/subscriptions-list.component.d.ts +7 -7
- package/lib/components/subscriptions/subscriptions-tabs/subscriptions-tabs.component.d.ts +1 -1
- package/lib/components/tags/tags-category/tags-category.component.d.ts +4 -4
- package/lib/components/tags/tags-list/tags-list.component.d.ts +6 -6
- package/lib/components/tips/tips-list/tips-list.component.d.ts +1 -1
- package/lib/components/tracking/ahoy-events/ahoy-events.component.d.ts +9 -9
- package/lib/components/tracking/ahoy-messages/ahoy-messages.component.d.ts +9 -9
- package/lib/components/tracking/ahoy-visits/ahoy-visits.component.d.ts +9 -9
- package/lib/components/tracking/events/events.component.d.ts +6 -6
- package/lib/components/tracking/versions/versions.component.d.ts +6 -6
- package/lib/components/users/user-details/user-details.component.d.ts +2 -2
- package/lib/components/users/users-insight/users-insight.component.d.ts +6 -0
- package/lib/components/users/users-list/users-list.component.d.ts +13 -13
- package/lib/components/users/users-tabs/users-tabs.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -16,7 +16,7 @@ export const ROUTERS = {
|
|
|
16
16
|
productsUserList: `${baseUrl}/products/list/users/`,
|
|
17
17
|
feedbackQuestions: `${baseUrl}/products/list/feedback-questions-list`,
|
|
18
18
|
feedbackQuestionsDetails: `${baseUrl}/products/list/feedback-questions-details/`,
|
|
19
|
-
subscriptionDetails: `${baseUrl}/subscriptions
|
|
19
|
+
subscriptionDetails: `${baseUrl}/subscriptions`,
|
|
20
20
|
subscriptionProductDetails: `${baseUrl}/products/subscription/`,
|
|
21
21
|
tipsDetails: `${baseUrl}/tips/`,
|
|
22
22
|
tosAndPrivacyDetails: `${baseUrl}/tos/`,
|
|
@@ -32,4 +32,4 @@ export const ROUTERS = {
|
|
|
32
32
|
inviteUsers: `${baseUrl}/subscriptions/invite-user/`,
|
|
33
33
|
subscriptionList: `${baseUrl}/subscriptions/list/`
|
|
34
34
|
};
|
|
35
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
35
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicm91dGVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRtaW4tbW9kdWxlL3NyYy9saWIvc2hhcmVkL3JvdXRlcnMvcm91dGVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLE9BQU8sR0FBRyxRQUFRLENBQUM7QUFFekIsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFHO0lBQ25CLG1CQUFtQixFQUFFLEdBQUcsT0FBTyxpQkFBaUI7SUFDaEQsdUJBQXVCLEVBQUUsR0FBRyxPQUFPLGVBQWU7SUFDbEQsNkJBQTZCLEVBQUUsR0FBRyxPQUFPLDRCQUE0QjtJQUNyRSxVQUFVLEVBQUUsR0FBRyxPQUFPLGFBQWE7SUFDbkMsYUFBYSxFQUFFLEdBQUcsT0FBTyxXQUFXO0lBQ3BDLHFCQUFxQixFQUFFLEdBQUcsT0FBTyxtQkFBbUI7SUFDcEQsa0JBQWtCLEVBQUUsR0FBRyxPQUFPLG9CQUFvQjtJQUNsRCxtQkFBbUIsRUFBRSxHQUFHLE9BQU8sK0JBQStCO0lBQzlELGlCQUFpQixFQUFFLEdBQUcsT0FBTyxjQUFjO0lBQzNDLGVBQWUsRUFBRSxHQUFHLE9BQU8sbUJBQW1CO0lBQzlDLGtCQUFrQixFQUFFLEdBQUcsT0FBTyxlQUFlO0lBQzdDLFlBQVksRUFBRSxHQUFHLE9BQU8sb0JBQW9CO0lBQzVDLGNBQWMsRUFBRSxHQUFHLE9BQU8sWUFBWTtJQUN0QyxnQkFBZ0IsRUFBRSxHQUFHLE9BQU8sdUJBQXVCO0lBQ25ELGlCQUFpQixFQUFFLEdBQUcsT0FBTyx3Q0FBd0M7SUFDckUsd0JBQXdCLEVBQUUsR0FBRyxPQUFPLDRDQUE0QztJQUNoRixtQkFBbUIsRUFBRSxHQUFHLE9BQU8sZ0JBQWdCO0lBQy9DLDBCQUEwQixFQUFFLEdBQUcsT0FBTyx5QkFBeUI7SUFDL0QsV0FBVyxFQUFFLEdBQUcsT0FBTyxRQUFRO0lBQy9CLG9CQUFvQixFQUFFLEdBQUcsT0FBTyxPQUFPO0lBQ3ZDLGlCQUFpQixFQUFFLG1CQUFtQjtJQUN0QyxZQUFZLEVBQUUsR0FBRyxPQUFPLFNBQVM7SUFDakMsWUFBWSxFQUFFLEdBQUcsT0FBTyxpQkFBaUI7SUFDekMsbUJBQW1CLEVBQUUsR0FBRyxPQUFPLGlCQUFpQjtJQUNoRCxrQkFBa0IsRUFBRSxHQUFHLE9BQU8sdUJBQXVCO0lBQ3JELGNBQWMsRUFBRSxHQUFHLE9BQU8saUJBQWlCO0lBQzNDLGVBQWUsRUFBRSxHQUFHLE9BQU8sWUFBWTtJQUN2QyxTQUFTLEVBQUUsR0FBRyxPQUFPLFlBQVk7SUFDakMsVUFBVSxFQUFFLEdBQUcsT0FBTyxPQUFPO0lBQzdCLFdBQVcsRUFBRSxHQUFHLE9BQU8sNkJBQTZCO0lBQ3BELGdCQUFnQixFQUFFLEdBQUcsT0FBTyxzQkFBc0I7Q0FDckQsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImNvbnN0IGJhc2VVcmwgPSAnL2FkbWluJztcblxuZXhwb3J0IGNvbnN0IFJPVVRFUlMgPSB7XG4gICAgZ2xvYmFsQ29uZmlnRGV0YWlsczogYCR7YmFzZVVybH0vZ2xvYmFsLWNvbmZpZy9gLFxuICAgIGFkbWluQ3JlZGVudGlhbHNEZXRhaWxzOiBgJHtiYXNlVXJsfS9jcmVkZW50aWFscy9gLFxuICAgIHN1YnNjcmlwdGlvbkNyZWRlbnRpYWxEZXRhaWxzOiBgJHtiYXNlVXJsfS9jcmVkZW50aWFscy9zdWJzY3JpcHRpb24vYCxcbiAgICBuZXdzbGV0dGVyOiBgJHtiYXNlVXJsfS9uZXdzbGV0dGVyYCxcbiAgICBtYWlsZXJEZXRhaWxzOiBgJHtiYXNlVXJsfS9tYWlsZXJzL2AsXG4gICAgbmV3c2xldHRlckl0ZW1EZXRhaWxzOiBgJHtiYXNlVXJsfS9uZXdzbGV0dGVyL2l0ZW0vYCxcbiAgICBuZXdzbGV0dGVySXRlbVZpZXc6IGAke2Jhc2VVcmx9L25ld3NsZXR0ZXIvaXRlbXMvYCxcbiAgICBuZXdzbGV0dGVyc1VzZXJMaXN0OiBgJHtiYXNlVXJsfS9uZXdzbGV0dGVyL2l0ZW1zL3VzZXJzLWxpc3QvYCxcbiAgICBuZXdzbGV0dGVyRGV0YWlsczogYCR7YmFzZVVybH0vbmV3c2xldHRlci9gLFxuICAgIHBlcm1pc3Npb25zTGlzdDogYCR7YmFzZVVybH0vcGVybWlzc2lvbnMvbGlzdGAsXG4gICAgcGVybWlzc2lvbnNEZXRhaWxzOiBgJHtiYXNlVXJsfS9wZXJtaXNzaW9ucy9gLFxuICAgIHJvbGVzRGV0YWlsczogYCR7YmFzZVVybH0vcGVybWlzc2lvbnMvcm9sZS9gLFxuICAgIHByb2R1Y3REZXRhaWxzOiBgJHtiYXNlVXJsfS9wcm9kdWN0cy9gLFxuICAgIHByb2R1Y3RzVXNlckxpc3Q6IGAke2Jhc2VVcmx9L3Byb2R1Y3RzL2xpc3QvdXNlcnMvYCxcbiAgICBmZWVkYmFja1F1ZXN0aW9uczogYCR7YmFzZVVybH0vcHJvZHVjdHMvbGlzdC9mZWVkYmFjay1xdWVzdGlvbnMtbGlzdGAsXG4gICAgZmVlZGJhY2tRdWVzdGlvbnNEZXRhaWxzOiBgJHtiYXNlVXJsfS9wcm9kdWN0cy9saXN0L2ZlZWRiYWNrLXF1ZXN0aW9ucy1kZXRhaWxzL2AsXG4gICAgc3Vic2NyaXB0aW9uRGV0YWlsczogYCR7YmFzZVVybH0vc3Vic2NyaXB0aW9uc2AsXG4gICAgc3Vic2NyaXB0aW9uUHJvZHVjdERldGFpbHM6IGAke2Jhc2VVcmx9L3Byb2R1Y3RzL3N1YnNjcmlwdGlvbi9gLFxuICAgIHRpcHNEZXRhaWxzOiBgJHtiYXNlVXJsfS90aXBzL2AsXG4gICAgdG9zQW5kUHJpdmFjeURldGFpbHM6IGAke2Jhc2VVcmx9L3Rvcy9gLFxuICAgIHRvc0FuZFByaXZhY3lWaWV3OiBgL3ByaXZhY3ktYW5kLXRvcy9gLFxuICAgIHVzZXJzRGV0YWlsczogYCR7YmFzZVVybH0vdXNlcnMvYCxcbiAgICBkb21haW5Db25maWc6IGAke2Jhc2VVcmx9L2RvbWFpbi1jb25maWcvYCxcbiAgICBkb21haW5Db25maWdEZXRhaWxzOiBgJHtiYXNlVXJsfS9kb21haW4tY29uZmlnL2AsXG4gICAgbG9naW5Ob3RpZmljYXRpb25zOiBgJHtiYXNlVXJsfS9sb2dpbi1ub3RpZmljYXRpb25zL2AsXG4gICAgaW5jaWRlbnRDb25maWc6IGAke2Jhc2VVcmx9L2luY2lkZW50L2xpc3QvYCxcbiAgICBpbmNpZGVudERldGFpbHM6IGAke2Jhc2VVcmx9L2luY2lkZW50L2AsXG4gICAgZmFxQ29uZmlnOiBgJHtiYXNlVXJsfS9mYXEvbGlzdC9gLFxuICAgIGZhcURldGFpbHM6IGAke2Jhc2VVcmx9L2ZhcS9gLFxuICAgIGludml0ZVVzZXJzOiBgJHtiYXNlVXJsfS9zdWJzY3JpcHRpb25zL2ludml0ZS11c2VyL2AsXG4gICAgc3Vic2NyaXB0aW9uTGlzdDogYCR7YmFzZVVybH0vc3Vic2NyaXB0aW9ucy9saXN0L2Bcbn07XG4iXX0=
|