@nexusclawhq/cli 0.3.14 → 0.3.15

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.
Files changed (37) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/build-info.json +4 -4
  3. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.d.ts +1 -0
  4. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.js +1 -0
  5. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.js.map +1 -1
  6. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +488 -0
  7. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +499 -11
  8. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
  9. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +976 -0
  10. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +488 -0
  11. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +558 -70
  12. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
  13. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js +59 -57
  14. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js.map +1 -1
  15. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/workspace-regional-settings.d.ts +15 -0
  16. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/workspace-regional-settings.js +30 -0
  17. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/workspace-regional-settings.js.map +1 -0
  18. package/dist/nexus-cli/node_modules/@nexusclaw/shared/package.json +4 -0
  19. package/dist/nexus-cli/src/cli.js +0 -0
  20. package/dist/nexus-cli/src/services/__env-probe.test.d.ts +1 -0
  21. package/dist/nexus-cli/src/services/__env-probe.test.js +13 -0
  22. package/dist/nexus-cli/src/services/__env-probe.test.js.map +1 -0
  23. package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.d.ts +1 -0
  24. package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.js +132 -0
  25. package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.js.map +1 -0
  26. package/dist/nexus-cli/src/services/api-client.js +7 -1
  27. package/dist/nexus-cli/src/services/api-client.js.map +1 -1
  28. package/dist/nexus-cli/src/services/step-up-helper.test.js +12 -1
  29. package/dist/nexus-cli/src/services/step-up-helper.test.js.map +1 -1
  30. package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
  31. package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
  32. package/dist/nexus-cli/src/services/workforce-test-remote.test.js +1 -1
  33. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/src/components/drill-code-extension-page/index.js +70 -0
  34. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/src/metadata/drill-code-extension-page.manifest.json +63 -0
  35. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/src/tests/drill-code-extension-page.assertions.json +13 -0
  36. package/dist/tsconfig.tsbuildinfo +1 -1
  37. package/package.json +1 -1
@@ -5029,6 +5029,8 @@ export declare const locales: {
5029
5029
  sendMessageAria: string;
5030
5030
  requestFailedWithStatus: string;
5031
5031
  serviceException: string;
5032
+ newConversation: string;
5033
+ restoringSession: string;
5032
5034
  historyButton: string;
5033
5035
  historyTitle: string;
5034
5036
  historyEmpty: string;
@@ -7448,6 +7450,8 @@ export declare const locales: {
7448
7450
  builderPreviewMenuCaption: string;
7449
7451
  builderPreviewRun: string;
7450
7452
  builderPreviewWelcome: string;
7453
+ builderPreviewNewSession: string;
7454
+ builderPreviewRestoring: string;
7451
7455
  builderReadinessTitle: string;
7452
7456
  builderReadiness: {
7453
7457
  access: string;
@@ -7456,6 +7460,9 @@ export declare const locales: {
7456
7460
  knowledge: string;
7457
7461
  sop: string;
7458
7462
  test: string;
7463
+ loadFailed: string;
7464
+ loadFailedDescription: string;
7465
+ retry: string;
7459
7466
  };
7460
7467
  builderReadinessMenuCaption: string;
7461
7468
  builderReadinessStatus: {
@@ -11082,6 +11089,12 @@ export declare const locales: {
11082
11089
  breadcrumbPlatformTools: string;
11083
11090
  breadcrumbExecutionLogs: string;
11084
11091
  breadcrumbLogDetail: string;
11092
+ scopeRequired: string;
11093
+ scopeRequiredDescription: string;
11094
+ loadFailed: string;
11095
+ loadFailedDescription: string;
11096
+ notFound: string;
11097
+ notFoundDescription: string;
11085
11098
  };
11086
11099
  executionLogs: {
11087
11100
  statusSuccess: string;
@@ -11102,6 +11115,14 @@ export declare const locales: {
11102
11115
  searchPlaceholder: string;
11103
11116
  breadcrumbSettings: string;
11104
11117
  breadcrumbPlatformTools: string;
11118
+ workspaceRequired: string;
11119
+ workspaceRequiredDescription: string;
11120
+ loadFailed: string;
11121
+ loadFailedDescription: string;
11122
+ selectWorkspaceEmpty: string;
11123
+ noResults: string;
11124
+ errorTimeout: string;
11125
+ errorFailed: string;
11105
11126
  };
11106
11127
  fieldHistoryDetail: {
11107
11128
  saveSuccess: string;
@@ -11936,6 +11957,11 @@ export declare const locales: {
11936
11957
  behaviorPolicyStudioTitle: string;
11937
11958
  };
11938
11959
  queryMonitorDetail: {
11960
+ scopeRequired: string;
11961
+ scopeRequiredDescription: string;
11962
+ loadFailed: string;
11963
+ notFound: string;
11964
+ retry: string;
11939
11965
  basicInfo: string;
11940
11966
  queryId: string;
11941
11967
  executionTime: string;
@@ -11953,6 +11979,8 @@ export declare const locales: {
11953
11979
  backToList: string;
11954
11980
  };
11955
11981
  queryMonitor: {
11982
+ scopeRequired: string;
11983
+ loadFailed: string;
11956
11984
  colExecutionTime: string;
11957
11985
  colSqlSummary: string;
11958
11986
  colQueryType: string;
@@ -13695,6 +13723,7 @@ export declare const locales: {
13695
13723
  trialConsoleUi: {
13696
13724
  demoAccess: {
13697
13725
  page: {
13726
+ title: string;
13698
13727
  subtitle: string;
13699
13728
  refresh: string;
13700
13729
  loadError: string;
@@ -13703,6 +13732,7 @@ export declare const locales: {
13703
13732
  approvedAssignable: string;
13704
13733
  readyInstances: string;
13705
13734
  totalAvailableCapacity: string;
13735
+ invitations: string;
13706
13736
  };
13707
13737
  queue: {
13708
13738
  title: string;
@@ -13720,9 +13750,11 @@ export declare const locales: {
13720
13750
  empty: string;
13721
13751
  };
13722
13752
  assignmentCard: {
13753
+ title: string;
13723
13754
  empty: string;
13724
13755
  };
13725
13756
  jobCard: {
13757
+ title: string;
13726
13758
  empty: string;
13727
13759
  };
13728
13760
  requestColumns: {
@@ -13733,6 +13765,9 @@ export declare const locales: {
13733
13765
  status: string;
13734
13766
  recommended: string;
13735
13767
  pendingScreening: string;
13768
+ riskScore: string;
13769
+ riskOnly: string;
13770
+ invitation: string;
13736
13771
  actions: string;
13737
13772
  };
13738
13773
  invitation: {
@@ -13745,6 +13780,7 @@ export declare const locales: {
13745
13780
  };
13746
13781
  actions: {
13747
13782
  review: string;
13783
+ provision: string;
13748
13784
  assign: string;
13749
13785
  };
13750
13786
  poolColumns: {
@@ -13759,12 +13795,14 @@ export declare const locales: {
13759
13795
  status: string;
13760
13796
  };
13761
13797
  assignmentColumns: {
13798
+ assignment: string;
13762
13799
  instancePool: string;
13763
13800
  status: string;
13764
13801
  actions: string;
13765
13802
  };
13766
13803
  assignmentActions: {
13767
13804
  expire: string;
13805
+ markResetPending: string;
13768
13806
  completeReset: string;
13769
13807
  };
13770
13808
  jobColumns: {
@@ -13787,6 +13825,20 @@ export declare const locales: {
13787
13825
  accessLevelLabel: string;
13788
13826
  decisionReasonLabel: string;
13789
13827
  };
13828
+ options: {
13829
+ accessPublic: string;
13830
+ accessPrivate: string;
13831
+ accessInternal: string;
13832
+ routePublicDemo: string;
13833
+ routePrivateDemo: string;
13834
+ routeMaterialOnly: string;
13835
+ invitationMagicLink: string;
13836
+ invitationOtp: string;
13837
+ poolPublicDemo: string;
13838
+ poolPrivatePresales: string;
13839
+ poolInternal: string;
13840
+ unknownPool: string;
13841
+ };
13790
13842
  assignModal: {
13791
13843
  title: string;
13792
13844
  instanceLabel: string;
@@ -13796,6 +13848,10 @@ export declare const locales: {
13796
13848
  };
13797
13849
  poolModal: {
13798
13850
  title: string;
13851
+ poolCodeLabel: string;
13852
+ poolTypeLabel: string;
13853
+ routeTypeLabel: string;
13854
+ accessLevelLabel: string;
13799
13855
  capacityLabel: string;
13800
13856
  industryScenarioLabel: string;
13801
13857
  purposeLabel: string;
@@ -13806,6 +13862,7 @@ export declare const locales: {
13806
13862
  title: string;
13807
13863
  poolLabel: string;
13808
13864
  instanceCodeLabel: string;
13865
+ environmentKeyLabel: string;
13809
13866
  };
13810
13867
  toast: {
13811
13868
  reviewSaved: string;
@@ -18455,6 +18512,11 @@ export declare const locales: {
18455
18512
  breadcrumbSettings: string;
18456
18513
  breadcrumbPlatformTools: string;
18457
18514
  searchPlaceholder: string;
18515
+ scopeRequired: string;
18516
+ loadFailed: string;
18517
+ detailScopeRequired: string;
18518
+ detailNotFound: string;
18519
+ retry: string;
18458
18520
  colClassName: string;
18459
18521
  colType: string;
18460
18522
  colStatus: string;
@@ -18509,6 +18571,247 @@ export declare const locales: {
18509
18571
  abortError: string;
18510
18572
  };
18511
18573
  platformAdmin: {
18574
+ adminPanelUi: {
18575
+ common: {
18576
+ sectionOther: string;
18577
+ platformAdmin: string;
18578
+ adminPanel: string;
18579
+ systemOverview: string;
18580
+ configVariables: string;
18581
+ healthStatus: string;
18582
+ queues: string;
18583
+ worker: string;
18584
+ loading: string;
18585
+ loadFailed: string;
18586
+ loadFailedDescription: string;
18587
+ retry: string;
18588
+ refresh: string;
18589
+ filter: string;
18590
+ name: string;
18591
+ value: string;
18592
+ status: string;
18593
+ source: string;
18594
+ group: string;
18595
+ id: string;
18596
+ email: string;
18597
+ url: string;
18598
+ unknown: string;
18599
+ notFound: string;
18600
+ errorInfo: string;
18601
+ details: string;
18602
+ noDetails: string;
18603
+ operational: string;
18604
+ normal: string;
18605
+ outage: string;
18606
+ search: string;
18607
+ cancel: string;
18608
+ reset: string;
18609
+ };
18610
+ general: {
18611
+ about: string;
18612
+ appVersionInfo: string;
18613
+ currentVersion: string;
18614
+ latestVersion: string;
18615
+ latestVersionNotFound: string;
18616
+ featureFlagsAndImpersonation: string;
18617
+ userImpersonation: string;
18618
+ featureFlagsAndImpersonationHint: string;
18619
+ userImpersonationHint: string;
18620
+ userIdentifierPlaceholder: string;
18621
+ userInfo: string;
18622
+ aboutThisUser: string;
18623
+ fullName: string;
18624
+ workspaces: string;
18625
+ userWorkspaces: string;
18626
+ noWorkspaces: string;
18627
+ workspaceInfo: string;
18628
+ aboutThisWorkspace: string;
18629
+ members: string;
18630
+ unnamed: string;
18631
+ featureFlags: string;
18632
+ featureFlag: string;
18633
+ impersonate: string;
18634
+ impersonationDisabled: string;
18635
+ searchUserFirst: string;
18636
+ impersonationFailed: string;
18637
+ searchFailed: string;
18638
+ updateFeatureFlagFailed: string;
18639
+ };
18640
+ config: {
18641
+ allGroups: string;
18642
+ allSources: string;
18643
+ database: string;
18644
+ environment: string;
18645
+ default: string;
18646
+ showHiddenGroups: string;
18647
+ searchPlaceholder: string;
18648
+ noVariables: string;
18649
+ detailTitle: string;
18650
+ variableMissing: string;
18651
+ variableMissingDescription: string;
18652
+ tagPlaceholder: string;
18653
+ undefinedPlaceholder: string;
18654
+ databaseValuePlaceholder: string;
18655
+ envOnlyMessage: string;
18656
+ databaseSourceMessage: string;
18657
+ changedMessage: string;
18658
+ updated: string;
18659
+ updateFailed: string;
18660
+ resetTitle: string;
18661
+ resetConfirm1: string;
18662
+ resetConfirm2: string;
18663
+ resetSuccess: string;
18664
+ resetFailed: string;
18665
+ consumerLabel: string;
18666
+ requiresRestartMessage: string;
18667
+ noConsumerMessage: string;
18668
+ };
18669
+ health: {
18670
+ systemHealthHint: string;
18671
+ noHealthData: string;
18672
+ detailTitle: string;
18673
+ missing: string;
18674
+ missingDescription: string;
18675
+ workerUnavailable: string;
18676
+ noQueueInfo: string;
18677
+ };
18678
+ queue: {
18679
+ queueName: string;
18680
+ jobStats: string;
18681
+ manageQueuesHint: string;
18682
+ workerUnavailableTitle: string;
18683
+ workerUnavailableDescription: string;
18684
+ noQueues: string;
18685
+ title: string;
18686
+ waiting: string;
18687
+ active: string;
18688
+ failed: string;
18689
+ completed: string;
18690
+ delayed: string;
18691
+ paused: string;
18692
+ waitingState: string;
18693
+ attempts: string;
18694
+ createdAt: string;
18695
+ jobs: string;
18696
+ data: string;
18697
+ failedReason: string;
18698
+ returnValue: string;
18699
+ options: string;
18700
+ retentionLoading: string;
18701
+ retentionDescription: string;
18702
+ days: string;
18703
+ hours: string;
18704
+ };
18705
+ cron: {
18706
+ title: string;
18707
+ description: string;
18708
+ noJobs: string;
18709
+ jobName: string;
18710
+ schedule: string;
18711
+ lastRun: string;
18712
+ nextRun: string;
18713
+ enabled: string;
18714
+ actions: string;
18715
+ runNow: string;
18716
+ history: string;
18717
+ historyTitle: string;
18718
+ confirmRunNowTitle: string;
18719
+ confirmRunNowContent: string;
18720
+ operationFailed: string;
18721
+ runFailed: string;
18722
+ notWired: string;
18723
+ readOnly: string;
18724
+ jobEnabled: string;
18725
+ jobPaused: string;
18726
+ jobTriggered: string;
18727
+ jobExecuted: string;
18728
+ active: string;
18729
+ paused: string;
18730
+ error: string;
18731
+ neverRun: string;
18732
+ justNow: string;
18733
+ minutesAgo: string;
18734
+ hoursAgo: string;
18735
+ failed: string;
18736
+ success: string;
18737
+ running: string;
18738
+ everyMinute: string;
18739
+ every5Minutes: string;
18740
+ every10Minutes: string;
18741
+ every15Minutes: string;
18742
+ every30Minutes: string;
18743
+ everyHour: string;
18744
+ every2Hours: string;
18745
+ every6Hours: string;
18746
+ every12Hours: string;
18747
+ dailyMidnight: string;
18748
+ weeklySundayMidnight: string;
18749
+ monthlyFirstMidnight: string;
18750
+ startedAt: string;
18751
+ executionId: string;
18752
+ duration: string;
18753
+ totalItems: string;
18754
+ };
18755
+ logs: {
18756
+ title: string;
18757
+ sectionMonitoring: string;
18758
+ description: string;
18759
+ export: string;
18760
+ time: string;
18761
+ level: string;
18762
+ source: string;
18763
+ message: string;
18764
+ levelPlaceholder: string;
18765
+ sourcePlaceholder: string;
18766
+ searchPlaceholder: string;
18767
+ noLogs: string;
18768
+ };
18769
+ };
18770
+ adminPanel: string;
18771
+ adminHealth: {
18772
+ indicators: {
18773
+ database: {
18774
+ label: string;
18775
+ description: string;
18776
+ error: string;
18777
+ };
18778
+ redis: {
18779
+ label: string;
18780
+ description: string;
18781
+ error: string;
18782
+ };
18783
+ worker: {
18784
+ label: string;
18785
+ description: string;
18786
+ error: string;
18787
+ };
18788
+ connectedAccount: {
18789
+ label: string;
18790
+ description: string;
18791
+ };
18792
+ app: {
18793
+ label: string;
18794
+ description: string;
18795
+ error: string;
18796
+ };
18797
+ };
18798
+ detailLabels: {
18799
+ configuredCheck: string;
18800
+ status: string;
18801
+ waiting: string;
18802
+ active: string;
18803
+ completed: string;
18804
+ failed: string;
18805
+ delayed: string;
18806
+ paused: string;
18807
+ workerCount: string;
18808
+ consumerActive: string;
18809
+ };
18810
+ notConfigured: string;
18811
+ yes: string;
18812
+ no: string;
18813
+ technicalDetails: string;
18814
+ };
18512
18815
  ops: {
18513
18816
  common: {
18514
18817
  back: string;
@@ -18537,6 +18840,7 @@ export declare const locales: {
18537
18840
  paymentStatus: string;
18538
18841
  overdue: string;
18539
18842
  noMatches: string;
18843
+ retry: string;
18540
18844
  };
18541
18845
  dashboard: {
18542
18846
  title: string;
@@ -18566,6 +18870,8 @@ export declare const locales: {
18566
18870
  remainingDays: string;
18567
18871
  renewalStatus: string;
18568
18872
  noTrend: string;
18873
+ insufficientTrend: string;
18874
+ trendDescription: string;
18569
18875
  trendAria: string;
18570
18876
  healthAlertTitle: string;
18571
18877
  healthAlertDescription: string;
@@ -18573,6 +18879,8 @@ export declare const locales: {
18573
18879
  renewalAlertDescription: string;
18574
18880
  invoiceAlertTitle: string;
18575
18881
  invoiceAlertDescription: string;
18882
+ loadFailed: string;
18883
+ loadFailedDescription: string;
18576
18884
  };
18577
18885
  subscriptions: {
18578
18886
  create: string;
@@ -18583,6 +18891,10 @@ export declare const locales: {
18583
18891
  active: string;
18584
18892
  trialing: string;
18585
18893
  canceled: string;
18894
+ statusFilter: string;
18895
+ planFilter: string;
18896
+ loadFailed: string;
18897
+ loadFailedDescription: string;
18586
18898
  };
18587
18899
  provision: {
18588
18900
  successTitle: string;
@@ -18602,10 +18914,24 @@ export declare const locales: {
18602
18914
  adminEmail: string;
18603
18915
  billingCycle: string;
18604
18916
  workspaceId: string;
18917
+ subscriptionId: string;
18918
+ catalogLoadFailed: string;
18919
+ catalogLoadFailedDescription: string;
18920
+ language: string;
18921
+ timezone: string;
18922
+ dateFormat: string;
18923
+ timeFormat: string;
18924
+ numberFormat: string;
18925
+ currencyPosition: string;
18926
+ fiscalYearStartMonth: string;
18605
18927
  };
18606
18928
  tenantDetail: {
18607
18929
  updateSuccess: string;
18608
18930
  updateFailed: string;
18931
+ title: string;
18932
+ description: string;
18933
+ subscriptionSummary: string;
18934
+ healthAndUsage: string;
18609
18935
  price: string;
18610
18936
  currentStart: string;
18611
18937
  currentEnd: string;
@@ -18616,6 +18942,54 @@ export declare const locales: {
18616
18942
  token: string;
18617
18943
  apiCalls: string;
18618
18944
  storage: string;
18945
+ tokenUnit: string;
18946
+ callUnit: string;
18947
+ noRiskReason: string;
18948
+ measurementStatus: string;
18949
+ measured: string;
18950
+ unknownMeasurement: string;
18951
+ measuredTime: string;
18952
+ unavailableMeasurements: string;
18953
+ measurementUnavailable: string;
18954
+ quotaRemaining: string;
18955
+ quotaExceeded: string;
18956
+ increaseQuota: string;
18957
+ quotaResource: string;
18958
+ currentUsage: string;
18959
+ currentQuota: string;
18960
+ recommendedPlan: string;
18961
+ upgradePlan: string;
18962
+ quotaUpgradeDescription: string;
18963
+ noHigherQuotaPlan: string;
18964
+ noHigherQuotaPlanDescription: string;
18965
+ quotaIncreaseSuccess: string;
18966
+ quotaIncreaseSuccessDescription: string;
18967
+ quotaIncreaseFailed: string;
18968
+ activityTitle: string;
18969
+ activityDescription: string;
18970
+ activityDateRange: string;
18971
+ noActivityRange: string;
18972
+ tokenActivity: string;
18973
+ apiActivity: string;
18974
+ periodTotal: string;
18975
+ latestObserved: string;
18976
+ insufficientTrendData: string;
18977
+ noActivityData: string;
18978
+ activityChartAria: string;
18979
+ measuredAt: string;
18980
+ storageSnapshot: string;
18981
+ storageSnapshotDescription: string;
18982
+ storageUnavailable: string;
18983
+ subscriptionChange: string;
18984
+ subscriptionChangeDescription: string;
18985
+ invoiceTitle: string;
18986
+ invoiceDescription: string;
18987
+ scopeRequired: string;
18988
+ scopeRequiredDescription: string;
18989
+ notFound: string;
18990
+ notFoundDescription: string;
18991
+ loadFailed: string;
18992
+ loadFailedDescription: string;
18619
18993
  };
18620
18994
  users: {
18621
18995
  title: string;
@@ -18644,6 +19018,11 @@ export declare const locales: {
18644
19018
  editProfile: string;
18645
19019
  email: string;
18646
19020
  emailChangedSessionsRevoked: string;
19021
+ maintainRegistrationEmail: string;
19022
+ saveRegistrationEmail: string;
19023
+ registrationEmailChangeWarning: string;
19024
+ registrationEmailInvalid: string;
19025
+ registrationAccountActionUnavailable: string;
18647
19026
  saveSuccess: string;
18648
19027
  saveFail: string;
18649
19028
  username: string;
@@ -18662,17 +19041,68 @@ export declare const locales: {
18662
19041
  renewals: {
18663
19042
  invalidExtension: string;
18664
19043
  updateSuccess: string;
19044
+ updateFailed: string;
18665
19045
  days: string;
18666
19046
  renewal: string;
18667
19047
  lastPayment: string;
18668
19048
  edit: string;
19049
+ loadFailed: string;
19050
+ loadFailedDescription: string;
18669
19051
  };
18670
19052
  billing: {
19053
+ title: string;
19054
+ description: string;
19055
+ customer: string;
19056
+ allCustomers: string;
18671
19057
  invoiceStatus: string;
19058
+ paymentStatus: string;
19059
+ billingDate: string;
19060
+ resetFilters: string;
19061
+ exportAll: string;
19062
+ invoiceDetails: string;
19063
+ mrr: string;
19064
+ outstandingAmount: string;
19065
+ paidAmount: string;
19066
+ overdueAmount: string;
19067
+ invoiceCount: string;
19068
+ paidInvoices: string;
19069
+ overdueInvoices: string;
19070
+ currency: string;
19071
+ currencyUnknown: string;
19072
+ sourceNote: string;
19073
+ metricScope: string;
19074
+ measuredAt: string;
18672
19075
  outstanding: string;
18673
19076
  paid: string;
18674
19077
  noInvoices: string;
19078
+ loadFailed: string;
19079
+ loadFailedDescription: string;
19080
+ exportFailed: string;
18675
19081
  period: string;
19082
+ workbenchTitle: string;
19083
+ workbenchDescription: string;
19084
+ outstandingInvoices: string;
19085
+ paymentFailures: string;
19086
+ transferReviews: string;
19087
+ paymentsProcessing: string;
19088
+ workStates: {
19089
+ noInvoices: string;
19090
+ overdue: string;
19091
+ paymentFailed: string;
19092
+ transferReview: string;
19093
+ collectionInProgress: string;
19094
+ settled: string;
19095
+ unknown: string;
19096
+ };
19097
+ workReasons: {
19098
+ noFormalInvoices: string;
19099
+ overdueCollectionRequired: string;
19100
+ paymentFailureRequiresAction: string;
19101
+ bankTransferReviewRequired: string;
19102
+ paymentProcessing: string;
19103
+ outstandingCollectionRequired: string;
19104
+ allFormalInvoicesSettled: string;
19105
+ };
18676
19106
  };
18677
19107
  invoiceDetail: {
18678
19108
  invoiceId: string;
@@ -18681,11 +19111,38 @@ export declare const locales: {
18681
19111
  tokenCost: string;
18682
19112
  storageCost: string;
18683
19113
  usageSubtotal: string;
19114
+ scopeRequired: string;
19115
+ scopeRequiredDescription: string;
19116
+ loadFailed: string;
19117
+ loadFailedDescription: string;
19118
+ notFound: string;
18684
19119
  };
18685
19120
  health: {
19121
+ title: string;
19122
+ description: string;
19123
+ needsAttention: string;
19124
+ all: string;
19125
+ riskReason: string;
19126
+ riskReasons: {
19127
+ subscriptionMissing: string;
19128
+ subscriptionPastDue: string;
19129
+ subscriptionUnpaid: string;
19130
+ subscriptionExpired: string;
19131
+ subscriptionExpiringSoon: string;
19132
+ loginActivityLow: string;
19133
+ loginActivityBelowHealthy: string;
19134
+ usageVeryLow: string;
19135
+ usageBelowHealthy: string;
19136
+ usageHigh: string;
19137
+ subscriptionNotActive: string;
19138
+ measurementUnavailable: string;
19139
+ healthThresholdNotMet: string;
19140
+ };
18686
19141
  expiryDays: string;
18687
19142
  loginPerWeek: string;
18688
19143
  usage: string;
19144
+ loadFailed: string;
19145
+ loadFailedDescription: string;
18689
19146
  };
18690
19147
  };
18691
19148
  impersonation: {
@@ -18737,6 +19194,11 @@ export declare const locales: {
18737
19194
  issued: string;
18738
19195
  paid: string;
18739
19196
  overdue: string;
19197
+ expiringSoon: string;
19198
+ renewed: string;
19199
+ disputed: string;
19200
+ transferPending: string;
19201
+ transferSubmitted: string;
18740
19202
  void: string;
18741
19203
  queued: string;
18742
19204
  preparing: string;
@@ -18801,6 +19263,18 @@ export declare const locales: {
18801
19263
  quarterly: string;
18802
19264
  yearly: string;
18803
19265
  };
19266
+ plan: {
19267
+ starter: string;
19268
+ professional: string;
19269
+ enterprise: string;
19270
+ };
19271
+ measurement: {
19272
+ token: string;
19273
+ api: string;
19274
+ file: string;
19275
+ login: string;
19276
+ seat: string;
19277
+ };
18804
19278
  providerKind: {
18805
19279
  openaiCompatible: string;
18806
19280
  openai: string;
@@ -18909,6 +19383,7 @@ export declare const locales: {
18909
19383
  workbenchAria: string;
18910
19384
  recordsAria: string;
18911
19385
  riskTitle: string;
19386
+ noActiveRisk: string;
18912
19387
  contractGuarded: string;
18913
19388
  maskedAuditView: string;
18914
19389
  providerConfigs: string;
@@ -19009,6 +19484,8 @@ export declare const locales: {
19009
19484
  testProvider: string;
19010
19485
  editProvider: string;
19011
19486
  probeResults: string;
19487
+ noWiredProbeTargets: string;
19488
+ noProbeResults: string;
19012
19489
  result: string;
19013
19490
  passed: string;
19014
19491
  failed: string;
@@ -19078,6 +19555,8 @@ export declare const locales: {
19078
19555
  notWired: string;
19079
19556
  capabilityCatalogTitle: string;
19080
19557
  capabilityCatalogDescription: string;
19558
+ runtimeCatalogUnavailable: string;
19559
+ invalidJson: string;
19081
19560
  capabilityColumn: string;
19082
19561
  wiringColumn: string;
19083
19562
  runtimeConsumerColumn: string;
@@ -19099,6 +19578,9 @@ export declare const locales: {
19099
19578
  };
19100
19579
  channelProviderControlPlane: {
19101
19580
  ui: {
19581
+ loadFailed: string;
19582
+ loadFailedDescription: string;
19583
+ retry: string;
19102
19584
  capability: {
19103
19585
  send_email: string;
19104
19586
  receive_email: string;
@@ -19171,6 +19653,12 @@ export declare const locales: {
19171
19653
  webhookSecret: string;
19172
19654
  updated: string;
19173
19655
  notWired: string;
19656
+ invalidJson: string;
19657
+ configuredSecretRefHint: string;
19658
+ optionalProviderSecretRefHint: string;
19659
+ optionalWebhookSecretRefHint: string;
19660
+ wiredCapabilitiesHint: string;
19661
+ notWiredCapabilitiesHint: string;
19174
19662
  };
19175
19663
  };
19176
19664
  telephonyProviderControlPlane: {
@@ -26534,6 +27022,8 @@ export declare const locales: {
26534
27022
  sendMessageAria: string;
26535
27023
  requestFailedWithStatus: string;
26536
27024
  serviceException: string;
27025
+ newConversation: string;
27026
+ restoringSession: string;
26537
27027
  historyButton: string;
26538
27028
  historyTitle: string;
26539
27029
  historyEmpty: string;
@@ -28953,6 +29443,8 @@ export declare const locales: {
28953
29443
  builderPreviewMenuCaption: string;
28954
29444
  builderPreviewRun: string;
28955
29445
  builderPreviewWelcome: string;
29446
+ builderPreviewNewSession: string;
29447
+ builderPreviewRestoring: string;
28956
29448
  builderReadinessTitle: string;
28957
29449
  builderReadiness: {
28958
29450
  access: string;
@@ -28961,6 +29453,9 @@ export declare const locales: {
28961
29453
  knowledge: string;
28962
29454
  sop: string;
28963
29455
  test: string;
29456
+ loadFailed: string;
29457
+ loadFailedDescription: string;
29458
+ retry: string;
28964
29459
  };
28965
29460
  builderReadinessMenuCaption: string;
28966
29461
  builderReadinessStatus: {
@@ -32587,6 +33082,12 @@ export declare const locales: {
32587
33082
  breadcrumbPlatformTools: string;
32588
33083
  breadcrumbExecutionLogs: string;
32589
33084
  breadcrumbLogDetail: string;
33085
+ scopeRequired: string;
33086
+ scopeRequiredDescription: string;
33087
+ loadFailed: string;
33088
+ loadFailedDescription: string;
33089
+ notFound: string;
33090
+ notFoundDescription: string;
32590
33091
  };
32591
33092
  executionLogs: {
32592
33093
  statusSuccess: string;
@@ -32607,6 +33108,14 @@ export declare const locales: {
32607
33108
  searchPlaceholder: string;
32608
33109
  breadcrumbSettings: string;
32609
33110
  breadcrumbPlatformTools: string;
33111
+ workspaceRequired: string;
33112
+ workspaceRequiredDescription: string;
33113
+ loadFailed: string;
33114
+ loadFailedDescription: string;
33115
+ selectWorkspaceEmpty: string;
33116
+ noResults: string;
33117
+ errorTimeout: string;
33118
+ errorFailed: string;
32610
33119
  };
32611
33120
  fieldHistoryDetail: {
32612
33121
  saveSuccess: string;
@@ -33441,6 +33950,11 @@ export declare const locales: {
33441
33950
  behaviorPolicyStudioTitle: string;
33442
33951
  };
33443
33952
  queryMonitorDetail: {
33953
+ scopeRequired: string;
33954
+ scopeRequiredDescription: string;
33955
+ loadFailed: string;
33956
+ notFound: string;
33957
+ retry: string;
33444
33958
  basicInfo: string;
33445
33959
  queryId: string;
33446
33960
  executionTime: string;
@@ -33458,6 +33972,8 @@ export declare const locales: {
33458
33972
  backToList: string;
33459
33973
  };
33460
33974
  queryMonitor: {
33975
+ scopeRequired: string;
33976
+ loadFailed: string;
33461
33977
  colExecutionTime: string;
33462
33978
  colSqlSummary: string;
33463
33979
  colQueryType: string;
@@ -35200,6 +35716,7 @@ export declare const locales: {
35200
35716
  trialConsoleUi: {
35201
35717
  demoAccess: {
35202
35718
  page: {
35719
+ title: string;
35203
35720
  subtitle: string;
35204
35721
  refresh: string;
35205
35722
  loadError: string;
@@ -35208,6 +35725,7 @@ export declare const locales: {
35208
35725
  approvedAssignable: string;
35209
35726
  readyInstances: string;
35210
35727
  totalAvailableCapacity: string;
35728
+ invitations: string;
35211
35729
  };
35212
35730
  queue: {
35213
35731
  title: string;
@@ -35225,9 +35743,11 @@ export declare const locales: {
35225
35743
  empty: string;
35226
35744
  };
35227
35745
  assignmentCard: {
35746
+ title: string;
35228
35747
  empty: string;
35229
35748
  };
35230
35749
  jobCard: {
35750
+ title: string;
35231
35751
  empty: string;
35232
35752
  };
35233
35753
  requestColumns: {
@@ -35238,6 +35758,9 @@ export declare const locales: {
35238
35758
  status: string;
35239
35759
  recommended: string;
35240
35760
  pendingScreening: string;
35761
+ riskScore: string;
35762
+ riskOnly: string;
35763
+ invitation: string;
35241
35764
  actions: string;
35242
35765
  };
35243
35766
  invitation: {
@@ -35250,6 +35773,7 @@ export declare const locales: {
35250
35773
  };
35251
35774
  actions: {
35252
35775
  review: string;
35776
+ provision: string;
35253
35777
  assign: string;
35254
35778
  };
35255
35779
  poolColumns: {
@@ -35264,12 +35788,14 @@ export declare const locales: {
35264
35788
  status: string;
35265
35789
  };
35266
35790
  assignmentColumns: {
35791
+ assignment: string;
35267
35792
  instancePool: string;
35268
35793
  status: string;
35269
35794
  actions: string;
35270
35795
  };
35271
35796
  assignmentActions: {
35272
35797
  expire: string;
35798
+ markResetPending: string;
35273
35799
  completeReset: string;
35274
35800
  };
35275
35801
  jobColumns: {
@@ -35292,6 +35818,20 @@ export declare const locales: {
35292
35818
  accessLevelLabel: string;
35293
35819
  decisionReasonLabel: string;
35294
35820
  };
35821
+ options: {
35822
+ accessPublic: string;
35823
+ accessPrivate: string;
35824
+ accessInternal: string;
35825
+ routePublicDemo: string;
35826
+ routePrivateDemo: string;
35827
+ routeMaterialOnly: string;
35828
+ invitationMagicLink: string;
35829
+ invitationOtp: string;
35830
+ poolPublicDemo: string;
35831
+ poolPrivatePresales: string;
35832
+ poolInternal: string;
35833
+ unknownPool: string;
35834
+ };
35295
35835
  assignModal: {
35296
35836
  title: string;
35297
35837
  instanceLabel: string;
@@ -35301,6 +35841,10 @@ export declare const locales: {
35301
35841
  };
35302
35842
  poolModal: {
35303
35843
  title: string;
35844
+ poolCodeLabel: string;
35845
+ poolTypeLabel: string;
35846
+ routeTypeLabel: string;
35847
+ accessLevelLabel: string;
35304
35848
  capacityLabel: string;
35305
35849
  industryScenarioLabel: string;
35306
35850
  purposeLabel: string;
@@ -35311,6 +35855,7 @@ export declare const locales: {
35311
35855
  title: string;
35312
35856
  poolLabel: string;
35313
35857
  instanceCodeLabel: string;
35858
+ environmentKeyLabel: string;
35314
35859
  };
35315
35860
  toast: {
35316
35861
  reviewSaved: string;
@@ -39960,6 +40505,11 @@ export declare const locales: {
39960
40505
  breadcrumbSettings: string;
39961
40506
  breadcrumbPlatformTools: string;
39962
40507
  searchPlaceholder: string;
40508
+ scopeRequired: string;
40509
+ loadFailed: string;
40510
+ detailScopeRequired: string;
40511
+ detailNotFound: string;
40512
+ retry: string;
39963
40513
  colClassName: string;
39964
40514
  colType: string;
39965
40515
  colStatus: string;
@@ -40014,6 +40564,247 @@ export declare const locales: {
40014
40564
  abortError: string;
40015
40565
  };
40016
40566
  platformAdmin: {
40567
+ adminPanelUi: {
40568
+ common: {
40569
+ sectionOther: string;
40570
+ platformAdmin: string;
40571
+ adminPanel: string;
40572
+ systemOverview: string;
40573
+ configVariables: string;
40574
+ healthStatus: string;
40575
+ queues: string;
40576
+ worker: string;
40577
+ loading: string;
40578
+ loadFailed: string;
40579
+ loadFailedDescription: string;
40580
+ retry: string;
40581
+ refresh: string;
40582
+ filter: string;
40583
+ name: string;
40584
+ value: string;
40585
+ status: string;
40586
+ source: string;
40587
+ group: string;
40588
+ id: string;
40589
+ email: string;
40590
+ url: string;
40591
+ unknown: string;
40592
+ notFound: string;
40593
+ errorInfo: string;
40594
+ details: string;
40595
+ noDetails: string;
40596
+ operational: string;
40597
+ normal: string;
40598
+ outage: string;
40599
+ search: string;
40600
+ cancel: string;
40601
+ reset: string;
40602
+ };
40603
+ general: {
40604
+ about: string;
40605
+ appVersionInfo: string;
40606
+ currentVersion: string;
40607
+ latestVersion: string;
40608
+ latestVersionNotFound: string;
40609
+ featureFlagsAndImpersonation: string;
40610
+ userImpersonation: string;
40611
+ featureFlagsAndImpersonationHint: string;
40612
+ userImpersonationHint: string;
40613
+ userIdentifierPlaceholder: string;
40614
+ userInfo: string;
40615
+ aboutThisUser: string;
40616
+ fullName: string;
40617
+ workspaces: string;
40618
+ userWorkspaces: string;
40619
+ noWorkspaces: string;
40620
+ workspaceInfo: string;
40621
+ aboutThisWorkspace: string;
40622
+ members: string;
40623
+ unnamed: string;
40624
+ featureFlags: string;
40625
+ featureFlag: string;
40626
+ impersonate: string;
40627
+ impersonationDisabled: string;
40628
+ searchUserFirst: string;
40629
+ impersonationFailed: string;
40630
+ searchFailed: string;
40631
+ updateFeatureFlagFailed: string;
40632
+ };
40633
+ config: {
40634
+ allGroups: string;
40635
+ allSources: string;
40636
+ database: string;
40637
+ environment: string;
40638
+ default: string;
40639
+ showHiddenGroups: string;
40640
+ searchPlaceholder: string;
40641
+ noVariables: string;
40642
+ detailTitle: string;
40643
+ variableMissing: string;
40644
+ variableMissingDescription: string;
40645
+ tagPlaceholder: string;
40646
+ undefinedPlaceholder: string;
40647
+ databaseValuePlaceholder: string;
40648
+ envOnlyMessage: string;
40649
+ databaseSourceMessage: string;
40650
+ changedMessage: string;
40651
+ updated: string;
40652
+ updateFailed: string;
40653
+ resetTitle: string;
40654
+ resetConfirm1: string;
40655
+ resetConfirm2: string;
40656
+ resetSuccess: string;
40657
+ resetFailed: string;
40658
+ consumerLabel: string;
40659
+ requiresRestartMessage: string;
40660
+ noConsumerMessage: string;
40661
+ };
40662
+ health: {
40663
+ systemHealthHint: string;
40664
+ noHealthData: string;
40665
+ detailTitle: string;
40666
+ missing: string;
40667
+ missingDescription: string;
40668
+ workerUnavailable: string;
40669
+ noQueueInfo: string;
40670
+ };
40671
+ queue: {
40672
+ queueName: string;
40673
+ jobStats: string;
40674
+ manageQueuesHint: string;
40675
+ workerUnavailableTitle: string;
40676
+ workerUnavailableDescription: string;
40677
+ noQueues: string;
40678
+ title: string;
40679
+ waiting: string;
40680
+ active: string;
40681
+ failed: string;
40682
+ completed: string;
40683
+ delayed: string;
40684
+ paused: string;
40685
+ waitingState: string;
40686
+ attempts: string;
40687
+ createdAt: string;
40688
+ jobs: string;
40689
+ data: string;
40690
+ failedReason: string;
40691
+ returnValue: string;
40692
+ options: string;
40693
+ retentionLoading: string;
40694
+ retentionDescription: string;
40695
+ days: string;
40696
+ hours: string;
40697
+ };
40698
+ cron: {
40699
+ title: string;
40700
+ description: string;
40701
+ noJobs: string;
40702
+ jobName: string;
40703
+ schedule: string;
40704
+ lastRun: string;
40705
+ nextRun: string;
40706
+ enabled: string;
40707
+ actions: string;
40708
+ runNow: string;
40709
+ history: string;
40710
+ historyTitle: string;
40711
+ confirmRunNowTitle: string;
40712
+ confirmRunNowContent: string;
40713
+ operationFailed: string;
40714
+ runFailed: string;
40715
+ notWired: string;
40716
+ readOnly: string;
40717
+ jobEnabled: string;
40718
+ jobPaused: string;
40719
+ jobTriggered: string;
40720
+ jobExecuted: string;
40721
+ active: string;
40722
+ paused: string;
40723
+ error: string;
40724
+ neverRun: string;
40725
+ justNow: string;
40726
+ minutesAgo: string;
40727
+ hoursAgo: string;
40728
+ failed: string;
40729
+ success: string;
40730
+ running: string;
40731
+ everyMinute: string;
40732
+ every5Minutes: string;
40733
+ every10Minutes: string;
40734
+ every15Minutes: string;
40735
+ every30Minutes: string;
40736
+ everyHour: string;
40737
+ every2Hours: string;
40738
+ every6Hours: string;
40739
+ every12Hours: string;
40740
+ dailyMidnight: string;
40741
+ weeklySundayMidnight: string;
40742
+ monthlyFirstMidnight: string;
40743
+ startedAt: string;
40744
+ executionId: string;
40745
+ duration: string;
40746
+ totalItems: string;
40747
+ };
40748
+ logs: {
40749
+ title: string;
40750
+ sectionMonitoring: string;
40751
+ description: string;
40752
+ export: string;
40753
+ time: string;
40754
+ level: string;
40755
+ source: string;
40756
+ message: string;
40757
+ levelPlaceholder: string;
40758
+ sourcePlaceholder: string;
40759
+ searchPlaceholder: string;
40760
+ noLogs: string;
40761
+ };
40762
+ };
40763
+ adminPanel: string;
40764
+ adminHealth: {
40765
+ indicators: {
40766
+ database: {
40767
+ label: string;
40768
+ description: string;
40769
+ error: string;
40770
+ };
40771
+ redis: {
40772
+ label: string;
40773
+ description: string;
40774
+ error: string;
40775
+ };
40776
+ worker: {
40777
+ label: string;
40778
+ description: string;
40779
+ error: string;
40780
+ };
40781
+ connectedAccount: {
40782
+ label: string;
40783
+ description: string;
40784
+ };
40785
+ app: {
40786
+ label: string;
40787
+ description: string;
40788
+ error: string;
40789
+ };
40790
+ };
40791
+ detailLabels: {
40792
+ configuredCheck: string;
40793
+ status: string;
40794
+ waiting: string;
40795
+ active: string;
40796
+ completed: string;
40797
+ failed: string;
40798
+ delayed: string;
40799
+ paused: string;
40800
+ workerCount: string;
40801
+ consumerActive: string;
40802
+ };
40803
+ notConfigured: string;
40804
+ yes: string;
40805
+ no: string;
40806
+ technicalDetails: string;
40807
+ };
40017
40808
  ops: {
40018
40809
  common: {
40019
40810
  back: string;
@@ -40042,6 +40833,7 @@ export declare const locales: {
40042
40833
  paymentStatus: string;
40043
40834
  overdue: string;
40044
40835
  noMatches: string;
40836
+ retry: string;
40045
40837
  };
40046
40838
  dashboard: {
40047
40839
  title: string;
@@ -40071,6 +40863,8 @@ export declare const locales: {
40071
40863
  remainingDays: string;
40072
40864
  renewalStatus: string;
40073
40865
  noTrend: string;
40866
+ insufficientTrend: string;
40867
+ trendDescription: string;
40074
40868
  trendAria: string;
40075
40869
  healthAlertTitle: string;
40076
40870
  healthAlertDescription: string;
@@ -40078,6 +40872,8 @@ export declare const locales: {
40078
40872
  renewalAlertDescription: string;
40079
40873
  invoiceAlertTitle: string;
40080
40874
  invoiceAlertDescription: string;
40875
+ loadFailed: string;
40876
+ loadFailedDescription: string;
40081
40877
  };
40082
40878
  subscriptions: {
40083
40879
  create: string;
@@ -40088,6 +40884,10 @@ export declare const locales: {
40088
40884
  active: string;
40089
40885
  trialing: string;
40090
40886
  canceled: string;
40887
+ statusFilter: string;
40888
+ planFilter: string;
40889
+ loadFailed: string;
40890
+ loadFailedDescription: string;
40091
40891
  };
40092
40892
  provision: {
40093
40893
  successTitle: string;
@@ -40107,10 +40907,24 @@ export declare const locales: {
40107
40907
  adminEmail: string;
40108
40908
  billingCycle: string;
40109
40909
  workspaceId: string;
40910
+ subscriptionId: string;
40911
+ catalogLoadFailed: string;
40912
+ catalogLoadFailedDescription: string;
40913
+ language: string;
40914
+ timezone: string;
40915
+ dateFormat: string;
40916
+ timeFormat: string;
40917
+ numberFormat: string;
40918
+ currencyPosition: string;
40919
+ fiscalYearStartMonth: string;
40110
40920
  };
40111
40921
  tenantDetail: {
40112
40922
  updateSuccess: string;
40113
40923
  updateFailed: string;
40924
+ title: string;
40925
+ description: string;
40926
+ subscriptionSummary: string;
40927
+ healthAndUsage: string;
40114
40928
  price: string;
40115
40929
  currentStart: string;
40116
40930
  currentEnd: string;
@@ -40121,6 +40935,54 @@ export declare const locales: {
40121
40935
  token: string;
40122
40936
  apiCalls: string;
40123
40937
  storage: string;
40938
+ tokenUnit: string;
40939
+ callUnit: string;
40940
+ noRiskReason: string;
40941
+ measurementStatus: string;
40942
+ measured: string;
40943
+ unknownMeasurement: string;
40944
+ measuredTime: string;
40945
+ unavailableMeasurements: string;
40946
+ measurementUnavailable: string;
40947
+ quotaRemaining: string;
40948
+ quotaExceeded: string;
40949
+ increaseQuota: string;
40950
+ quotaResource: string;
40951
+ currentUsage: string;
40952
+ currentQuota: string;
40953
+ recommendedPlan: string;
40954
+ upgradePlan: string;
40955
+ quotaUpgradeDescription: string;
40956
+ noHigherQuotaPlan: string;
40957
+ noHigherQuotaPlanDescription: string;
40958
+ quotaIncreaseSuccess: string;
40959
+ quotaIncreaseSuccessDescription: string;
40960
+ quotaIncreaseFailed: string;
40961
+ activityTitle: string;
40962
+ activityDescription: string;
40963
+ activityDateRange: string;
40964
+ noActivityRange: string;
40965
+ tokenActivity: string;
40966
+ apiActivity: string;
40967
+ periodTotal: string;
40968
+ latestObserved: string;
40969
+ insufficientTrendData: string;
40970
+ noActivityData: string;
40971
+ activityChartAria: string;
40972
+ measuredAt: string;
40973
+ storageSnapshot: string;
40974
+ storageSnapshotDescription: string;
40975
+ storageUnavailable: string;
40976
+ subscriptionChange: string;
40977
+ subscriptionChangeDescription: string;
40978
+ invoiceTitle: string;
40979
+ invoiceDescription: string;
40980
+ scopeRequired: string;
40981
+ scopeRequiredDescription: string;
40982
+ notFound: string;
40983
+ notFoundDescription: string;
40984
+ loadFailed: string;
40985
+ loadFailedDescription: string;
40124
40986
  };
40125
40987
  users: {
40126
40988
  title: string;
@@ -40149,6 +41011,11 @@ export declare const locales: {
40149
41011
  editProfile: string;
40150
41012
  email: string;
40151
41013
  emailChangedSessionsRevoked: string;
41014
+ maintainRegistrationEmail: string;
41015
+ saveRegistrationEmail: string;
41016
+ registrationEmailChangeWarning: string;
41017
+ registrationEmailInvalid: string;
41018
+ registrationAccountActionUnavailable: string;
40152
41019
  saveSuccess: string;
40153
41020
  saveFail: string;
40154
41021
  username: string;
@@ -40167,17 +41034,68 @@ export declare const locales: {
40167
41034
  renewals: {
40168
41035
  invalidExtension: string;
40169
41036
  updateSuccess: string;
41037
+ updateFailed: string;
40170
41038
  days: string;
40171
41039
  renewal: string;
40172
41040
  lastPayment: string;
40173
41041
  edit: string;
41042
+ loadFailed: string;
41043
+ loadFailedDescription: string;
40174
41044
  };
40175
41045
  billing: {
41046
+ title: string;
41047
+ description: string;
41048
+ customer: string;
41049
+ allCustomers: string;
40176
41050
  invoiceStatus: string;
41051
+ paymentStatus: string;
41052
+ billingDate: string;
41053
+ resetFilters: string;
41054
+ exportAll: string;
41055
+ invoiceDetails: string;
41056
+ mrr: string;
41057
+ outstandingAmount: string;
41058
+ paidAmount: string;
41059
+ overdueAmount: string;
41060
+ invoiceCount: string;
41061
+ paidInvoices: string;
41062
+ overdueInvoices: string;
41063
+ currency: string;
41064
+ currencyUnknown: string;
41065
+ sourceNote: string;
41066
+ metricScope: string;
41067
+ measuredAt: string;
40177
41068
  outstanding: string;
40178
41069
  paid: string;
40179
41070
  noInvoices: string;
41071
+ loadFailed: string;
41072
+ loadFailedDescription: string;
41073
+ exportFailed: string;
40180
41074
  period: string;
41075
+ workbenchTitle: string;
41076
+ workbenchDescription: string;
41077
+ outstandingInvoices: string;
41078
+ paymentFailures: string;
41079
+ transferReviews: string;
41080
+ paymentsProcessing: string;
41081
+ workStates: {
41082
+ noInvoices: string;
41083
+ overdue: string;
41084
+ paymentFailed: string;
41085
+ transferReview: string;
41086
+ collectionInProgress: string;
41087
+ settled: string;
41088
+ unknown: string;
41089
+ };
41090
+ workReasons: {
41091
+ noFormalInvoices: string;
41092
+ overdueCollectionRequired: string;
41093
+ paymentFailureRequiresAction: string;
41094
+ bankTransferReviewRequired: string;
41095
+ paymentProcessing: string;
41096
+ outstandingCollectionRequired: string;
41097
+ allFormalInvoicesSettled: string;
41098
+ };
40181
41099
  };
40182
41100
  invoiceDetail: {
40183
41101
  invoiceId: string;
@@ -40186,11 +41104,38 @@ export declare const locales: {
40186
41104
  tokenCost: string;
40187
41105
  storageCost: string;
40188
41106
  usageSubtotal: string;
41107
+ scopeRequired: string;
41108
+ scopeRequiredDescription: string;
41109
+ loadFailed: string;
41110
+ loadFailedDescription: string;
41111
+ notFound: string;
40189
41112
  };
40190
41113
  health: {
41114
+ title: string;
41115
+ description: string;
41116
+ needsAttention: string;
41117
+ all: string;
41118
+ riskReason: string;
41119
+ riskReasons: {
41120
+ subscriptionMissing: string;
41121
+ subscriptionPastDue: string;
41122
+ subscriptionUnpaid: string;
41123
+ subscriptionExpired: string;
41124
+ subscriptionExpiringSoon: string;
41125
+ loginActivityLow: string;
41126
+ loginActivityBelowHealthy: string;
41127
+ usageVeryLow: string;
41128
+ usageBelowHealthy: string;
41129
+ usageHigh: string;
41130
+ subscriptionNotActive: string;
41131
+ measurementUnavailable: string;
41132
+ healthThresholdNotMet: string;
41133
+ };
40191
41134
  expiryDays: string;
40192
41135
  loginPerWeek: string;
40193
41136
  usage: string;
41137
+ loadFailed: string;
41138
+ loadFailedDescription: string;
40194
41139
  };
40195
41140
  };
40196
41141
  impersonation: {
@@ -40242,6 +41187,11 @@ export declare const locales: {
40242
41187
  issued: string;
40243
41188
  paid: string;
40244
41189
  overdue: string;
41190
+ expiringSoon: string;
41191
+ renewed: string;
41192
+ disputed: string;
41193
+ transferPending: string;
41194
+ transferSubmitted: string;
40245
41195
  void: string;
40246
41196
  queued: string;
40247
41197
  preparing: string;
@@ -40306,6 +41256,18 @@ export declare const locales: {
40306
41256
  quarterly: string;
40307
41257
  yearly: string;
40308
41258
  };
41259
+ plan: {
41260
+ starter: string;
41261
+ professional: string;
41262
+ enterprise: string;
41263
+ };
41264
+ measurement: {
41265
+ token: string;
41266
+ api: string;
41267
+ file: string;
41268
+ login: string;
41269
+ seat: string;
41270
+ };
40309
41271
  providerKind: {
40310
41272
  openaiCompatible: string;
40311
41273
  openai: string;
@@ -40414,6 +41376,7 @@ export declare const locales: {
40414
41376
  workbenchAria: string;
40415
41377
  recordsAria: string;
40416
41378
  riskTitle: string;
41379
+ noActiveRisk: string;
40417
41380
  contractGuarded: string;
40418
41381
  maskedAuditView: string;
40419
41382
  providerConfigs: string;
@@ -40514,6 +41477,8 @@ export declare const locales: {
40514
41477
  testProvider: string;
40515
41478
  editProvider: string;
40516
41479
  probeResults: string;
41480
+ noWiredProbeTargets: string;
41481
+ noProbeResults: string;
40517
41482
  result: string;
40518
41483
  passed: string;
40519
41484
  failed: string;
@@ -40583,6 +41548,8 @@ export declare const locales: {
40583
41548
  notWired: string;
40584
41549
  capabilityCatalogTitle: string;
40585
41550
  capabilityCatalogDescription: string;
41551
+ runtimeCatalogUnavailable: string;
41552
+ invalidJson: string;
40586
41553
  capabilityColumn: string;
40587
41554
  wiringColumn: string;
40588
41555
  runtimeConsumerColumn: string;
@@ -40604,6 +41571,9 @@ export declare const locales: {
40604
41571
  };
40605
41572
  channelProviderControlPlane: {
40606
41573
  ui: {
41574
+ loadFailed: string;
41575
+ loadFailedDescription: string;
41576
+ retry: string;
40607
41577
  capability: {
40608
41578
  send_email: string;
40609
41579
  receive_email: string;
@@ -40676,6 +41646,12 @@ export declare const locales: {
40676
41646
  webhookSecret: string;
40677
41647
  updated: string;
40678
41648
  notWired: string;
41649
+ invalidJson: string;
41650
+ configuredSecretRefHint: string;
41651
+ optionalProviderSecretRefHint: string;
41652
+ optionalWebhookSecretRefHint: string;
41653
+ wiredCapabilitiesHint: string;
41654
+ notWiredCapabilitiesHint: string;
40679
41655
  };
40680
41656
  };
40681
41657
  telephonyProviderControlPlane: {