@stock-in-the-channel/sinch-vue-components 0.0.327 → 0.0.328

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.
@@ -24,7 +24,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
24
24
  providerCustomerId?: string | undefined;
25
25
  cspCentralisedCustomerId?: number | undefined;
26
26
  rowsPerPageOptions: number[];
27
- hasDuplicatedExternalSystemClients: boolean;
28
27
  }>>, {
29
28
  fetchSubscriptions: typeof fetchSubscriptions;
30
29
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -38,7 +37,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
38
37
  providerCustomerId?: string | undefined;
39
38
  cspCentralisedCustomerId?: number | undefined;
40
39
  rowsPerPageOptions: number[];
41
- hasDuplicatedExternalSystemClients: boolean;
42
40
  }>>> & Readonly<{
43
41
  onRowClick?: ((value: SubscriptionGqlModel, evt: Event) => any) | undefined;
44
42
  onCustomerRowClick?: ((value: SubscriptionGqlModel, evt: Event) => any) | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stock-in-the-channel/sinch-vue-components",
3
- "version": "0.0.327",
3
+ "version": "0.0.328",
4
4
  "files": [
5
5
  "dist"
6
6
  ],