@wrcb/cb-common 1.0.856 → 1.0.858

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.
@@ -8,7 +8,7 @@ export interface SubscriptionCreatedEvent {
8
8
  data: {
9
9
  tenant: Tenant;
10
10
  consumerId: string;
11
- sellerId: string;
11
+ sellerId?: string;
12
12
  status: SubscriptionStatus;
13
13
  plan: SubscriptionPlan;
14
14
  provider: PaymentProviderType;
@@ -1056,8 +1056,8 @@ TenantDataService.tenantDataMap = {
1056
1056
  [tenant_1.Tenant.LinkedinAutomator]: {
1057
1057
  TENANT: tenant_1.Tenant.LinkedinAutomator,
1058
1058
  BACKEND_API_VERSION: '1',
1059
- SITE_NAME: 'LinkedIn Automator',
1060
- SITE_URL: 'https://linkedinautomator.com',
1059
+ SITE_NAME: 'Spotly.social',
1060
+ SITE_URL: 'https://spotly.social',
1061
1061
  SITE_WHATSAPP_SUPPORT: '37988083717',
1062
1062
  SITE_WHATSAPP_BOT: '',
1063
1063
  WHATSAPP_BOT_NUMBER_ID: '',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrcb/cb-common",
3
- "version": "1.0.856",
3
+ "version": "1.0.858",
4
4
  "description": "Common resources between services",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",