@zeniai/web-components 4.2.60-betaAK1 → 4.2.60-betaAK3

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.
@@ -10871,6 +10871,9 @@ export declare const zeniStrings: {
10871
10871
  newImport: string;
10872
10872
  chargebeeImportFailed: string;
10873
10873
  chargebeeImportInProgress: string;
10874
+ csvImportFailed: string;
10875
+ csvImportInProgress: string;
10876
+ viewDetails: string;
10874
10877
  records: string;
10875
10878
  bulletSeparator: string;
10876
10879
  chargebeeDomainSuffix: string;
@@ -10963,6 +10966,44 @@ export declare const zeniStrings: {
10963
10966
  failedMessageChargebee: string;
10964
10967
  buttonRetrying: string;
10965
10968
  buttonRetryImport: string;
10969
+ diagnosticsTitle: string;
10970
+ diagnosticsSubtitle: string;
10971
+ diagnosticsNotFound: string;
10972
+ diagnosticsSection: string;
10973
+ diagnosticsSummary: string;
10974
+ diagnosticsSearchPlaceholder: string;
10975
+ diagnosticsAllModules: string;
10976
+ diagnosticsAllSeverities: string;
10977
+ diagnosticsAllOutcomes: string;
10978
+ diagnosticsError: string;
10979
+ diagnosticsErrors: string;
10980
+ diagnosticsWarning: string;
10981
+ diagnosticsWarnings: string;
10982
+ diagnosticsSkipped: string;
10983
+ diagnosticsWarningOutcome: string;
10984
+ diagnosticsSourceRecord: string;
10985
+ diagnosticsRow: string;
10986
+ diagnosticsSeverity: string;
10987
+ diagnosticsOutcome: string;
10988
+ diagnosticsIssue: string;
10989
+ diagnosticsNoIssues: string;
10990
+ diagnosticsExpired: string;
10991
+ diagnosticsFetchFailed: string;
10992
+ diagnosticsDownloadCsv: string;
10993
+ diagnosticsLoading: string;
10994
+ diagnosticsJobFailure: string;
10995
+ diagnosticsJobFailureHelp: string;
10996
+ diagnosticsChargebeeApi: string;
10997
+ diagnosticsSource: string;
10998
+ diagnosticsCsvUpload: string;
10999
+ diagnosticsCreated: string;
11000
+ diagnosticsUpdated: string;
11001
+ diagnosticsTotal: string;
11002
+ diagnosticsImported: string;
11003
+ diagnosticsImporting: string;
11004
+ diagnosticsRolledBack: string;
11005
+ diagnosticsScanning: string;
11006
+ diagnosticsRetainedUntil: string;
10966
11007
  };
10967
11008
  invoicingDiscountDetail: {
10968
11009
  month: string;
@@ -11206,6 +11247,11 @@ export declare const zeniStrings: {
11206
11247
  webhookSecretPlaceholder: string;
11207
11248
  stripeWebhookUrlLabel: string;
11208
11249
  stripeWebhookSetupDescription: string;
11250
+ stripeWebhookAccountInstruction: string;
11251
+ stripeWebhookPayloadInstruction: string;
11252
+ stripeWebhookEventsInstruction: string;
11253
+ stripeWebhookUrlInstruction: string;
11254
+ stripeWebhookSecretInstruction: string;
11209
11255
  quickbooksIntegrationDescription: string;
11210
11256
  quickbooksIntegrationName: string;
11211
11257
  stripeIntegrationDescription: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeniai/web-components",
3
- "version": "4.2.60-betaAK1",
3
+ "version": "4.2.60-betaAK3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -50,7 +50,7 @@
50
50
  "@stripe/react-stripe-js": "^2.7.3",
51
51
  "@stripe/stripe-js": "^4.4.0",
52
52
  "@zeniai/client-analytics": "2.0.47-betaAK0",
53
- "@zeniai/client-epic-state": "5.1.51-betaAK5",
53
+ "@zeniai/client-epic-state": "5.1.51-betaAK6",
54
54
  "autosuggest-highlight": "^3.2.1",
55
55
  "browser-image-compression": "^2.0.2",
56
56
  "countries-list": "^2.6.1",