@nexusclawhq/cli 0.3.14 → 0.3.16

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 (28) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/build-info.json +4 -4
  3. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +477 -0
  4. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +488 -11
  5. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
  6. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +954 -0
  7. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +477 -0
  8. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +547 -70
  9. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
  10. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js +59 -57
  11. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js.map +1 -1
  12. package/dist/nexus-cli/src/cli.test.js +1 -0
  13. package/dist/nexus-cli/src/cli.test.js.map +1 -1
  14. package/dist/nexus-cli/src/commands/employee/bundle.d.ts +1 -0
  15. package/dist/nexus-cli/src/commands/employee/bundle.js +9 -0
  16. package/dist/nexus-cli/src/commands/employee/bundle.js.map +1 -1
  17. package/dist/nexus-cli/src/services/api-client.js +7 -1
  18. package/dist/nexus-cli/src/services/api-client.js.map +1 -1
  19. package/dist/nexus-cli/src/services/step-up-helper.test.js +12 -1
  20. package/dist/nexus-cli/src/services/step-up-helper.test.js.map +1 -1
  21. package/dist/nexus-cli/src/services/workforce-remote-operations.d.ts +4 -0
  22. package/dist/nexus-cli/src/services/workforce-remote-operations.js +13 -0
  23. package/dist/nexus-cli/src/services/workforce-remote-operations.js.map +1 -1
  24. package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
  25. package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
  26. package/dist/nexus-cli/src/services/workforce-test-remote.test.js +1 -1
  27. package/dist/tsconfig.tsbuildinfo +1 -1
  28. package/package.json +1 -1
@@ -7456,6 +7456,9 @@ export declare const locales: {
7456
7456
  knowledge: string;
7457
7457
  sop: string;
7458
7458
  test: string;
7459
+ loadFailed: string;
7460
+ loadFailedDescription: string;
7461
+ retry: string;
7459
7462
  };
7460
7463
  builderReadinessMenuCaption: string;
7461
7464
  builderReadinessStatus: {
@@ -11082,6 +11085,12 @@ export declare const locales: {
11082
11085
  breadcrumbPlatformTools: string;
11083
11086
  breadcrumbExecutionLogs: string;
11084
11087
  breadcrumbLogDetail: string;
11088
+ scopeRequired: string;
11089
+ scopeRequiredDescription: string;
11090
+ loadFailed: string;
11091
+ loadFailedDescription: string;
11092
+ notFound: string;
11093
+ notFoundDescription: string;
11085
11094
  };
11086
11095
  executionLogs: {
11087
11096
  statusSuccess: string;
@@ -11102,6 +11111,14 @@ export declare const locales: {
11102
11111
  searchPlaceholder: string;
11103
11112
  breadcrumbSettings: string;
11104
11113
  breadcrumbPlatformTools: string;
11114
+ workspaceRequired: string;
11115
+ workspaceRequiredDescription: string;
11116
+ loadFailed: string;
11117
+ loadFailedDescription: string;
11118
+ selectWorkspaceEmpty: string;
11119
+ noResults: string;
11120
+ errorTimeout: string;
11121
+ errorFailed: string;
11105
11122
  };
11106
11123
  fieldHistoryDetail: {
11107
11124
  saveSuccess: string;
@@ -11936,6 +11953,11 @@ export declare const locales: {
11936
11953
  behaviorPolicyStudioTitle: string;
11937
11954
  };
11938
11955
  queryMonitorDetail: {
11956
+ scopeRequired: string;
11957
+ scopeRequiredDescription: string;
11958
+ loadFailed: string;
11959
+ notFound: string;
11960
+ retry: string;
11939
11961
  basicInfo: string;
11940
11962
  queryId: string;
11941
11963
  executionTime: string;
@@ -11953,6 +11975,8 @@ export declare const locales: {
11953
11975
  backToList: string;
11954
11976
  };
11955
11977
  queryMonitor: {
11978
+ scopeRequired: string;
11979
+ loadFailed: string;
11956
11980
  colExecutionTime: string;
11957
11981
  colSqlSummary: string;
11958
11982
  colQueryType: string;
@@ -13695,6 +13719,7 @@ export declare const locales: {
13695
13719
  trialConsoleUi: {
13696
13720
  demoAccess: {
13697
13721
  page: {
13722
+ title: string;
13698
13723
  subtitle: string;
13699
13724
  refresh: string;
13700
13725
  loadError: string;
@@ -13703,6 +13728,7 @@ export declare const locales: {
13703
13728
  approvedAssignable: string;
13704
13729
  readyInstances: string;
13705
13730
  totalAvailableCapacity: string;
13731
+ invitations: string;
13706
13732
  };
13707
13733
  queue: {
13708
13734
  title: string;
@@ -13720,9 +13746,11 @@ export declare const locales: {
13720
13746
  empty: string;
13721
13747
  };
13722
13748
  assignmentCard: {
13749
+ title: string;
13723
13750
  empty: string;
13724
13751
  };
13725
13752
  jobCard: {
13753
+ title: string;
13726
13754
  empty: string;
13727
13755
  };
13728
13756
  requestColumns: {
@@ -13733,6 +13761,9 @@ export declare const locales: {
13733
13761
  status: string;
13734
13762
  recommended: string;
13735
13763
  pendingScreening: string;
13764
+ riskScore: string;
13765
+ riskOnly: string;
13766
+ invitation: string;
13736
13767
  actions: string;
13737
13768
  };
13738
13769
  invitation: {
@@ -13745,6 +13776,7 @@ export declare const locales: {
13745
13776
  };
13746
13777
  actions: {
13747
13778
  review: string;
13779
+ provision: string;
13748
13780
  assign: string;
13749
13781
  };
13750
13782
  poolColumns: {
@@ -13759,12 +13791,14 @@ export declare const locales: {
13759
13791
  status: string;
13760
13792
  };
13761
13793
  assignmentColumns: {
13794
+ assignment: string;
13762
13795
  instancePool: string;
13763
13796
  status: string;
13764
13797
  actions: string;
13765
13798
  };
13766
13799
  assignmentActions: {
13767
13800
  expire: string;
13801
+ markResetPending: string;
13768
13802
  completeReset: string;
13769
13803
  };
13770
13804
  jobColumns: {
@@ -13787,6 +13821,20 @@ export declare const locales: {
13787
13821
  accessLevelLabel: string;
13788
13822
  decisionReasonLabel: string;
13789
13823
  };
13824
+ options: {
13825
+ accessPublic: string;
13826
+ accessPrivate: string;
13827
+ accessInternal: string;
13828
+ routePublicDemo: string;
13829
+ routePrivateDemo: string;
13830
+ routeMaterialOnly: string;
13831
+ invitationMagicLink: string;
13832
+ invitationOtp: string;
13833
+ poolPublicDemo: string;
13834
+ poolPrivatePresales: string;
13835
+ poolInternal: string;
13836
+ unknownPool: string;
13837
+ };
13790
13838
  assignModal: {
13791
13839
  title: string;
13792
13840
  instanceLabel: string;
@@ -13796,6 +13844,10 @@ export declare const locales: {
13796
13844
  };
13797
13845
  poolModal: {
13798
13846
  title: string;
13847
+ poolCodeLabel: string;
13848
+ poolTypeLabel: string;
13849
+ routeTypeLabel: string;
13850
+ accessLevelLabel: string;
13799
13851
  capacityLabel: string;
13800
13852
  industryScenarioLabel: string;
13801
13853
  purposeLabel: string;
@@ -13806,6 +13858,7 @@ export declare const locales: {
13806
13858
  title: string;
13807
13859
  poolLabel: string;
13808
13860
  instanceCodeLabel: string;
13861
+ environmentKeyLabel: string;
13809
13862
  };
13810
13863
  toast: {
13811
13864
  reviewSaved: string;
@@ -18455,6 +18508,11 @@ export declare const locales: {
18455
18508
  breadcrumbSettings: string;
18456
18509
  breadcrumbPlatformTools: string;
18457
18510
  searchPlaceholder: string;
18511
+ scopeRequired: string;
18512
+ loadFailed: string;
18513
+ detailScopeRequired: string;
18514
+ detailNotFound: string;
18515
+ retry: string;
18458
18516
  colClassName: string;
18459
18517
  colType: string;
18460
18518
  colStatus: string;
@@ -18509,6 +18567,247 @@ export declare const locales: {
18509
18567
  abortError: string;
18510
18568
  };
18511
18569
  platformAdmin: {
18570
+ adminPanelUi: {
18571
+ common: {
18572
+ sectionOther: string;
18573
+ platformAdmin: string;
18574
+ adminPanel: string;
18575
+ systemOverview: string;
18576
+ configVariables: string;
18577
+ healthStatus: string;
18578
+ queues: string;
18579
+ worker: string;
18580
+ loading: string;
18581
+ loadFailed: string;
18582
+ loadFailedDescription: string;
18583
+ retry: string;
18584
+ refresh: string;
18585
+ filter: string;
18586
+ name: string;
18587
+ value: string;
18588
+ status: string;
18589
+ source: string;
18590
+ group: string;
18591
+ id: string;
18592
+ email: string;
18593
+ url: string;
18594
+ unknown: string;
18595
+ notFound: string;
18596
+ errorInfo: string;
18597
+ details: string;
18598
+ noDetails: string;
18599
+ operational: string;
18600
+ normal: string;
18601
+ outage: string;
18602
+ search: string;
18603
+ cancel: string;
18604
+ reset: string;
18605
+ };
18606
+ general: {
18607
+ about: string;
18608
+ appVersionInfo: string;
18609
+ currentVersion: string;
18610
+ latestVersion: string;
18611
+ latestVersionNotFound: string;
18612
+ featureFlagsAndImpersonation: string;
18613
+ userImpersonation: string;
18614
+ featureFlagsAndImpersonationHint: string;
18615
+ userImpersonationHint: string;
18616
+ userIdentifierPlaceholder: string;
18617
+ userInfo: string;
18618
+ aboutThisUser: string;
18619
+ fullName: string;
18620
+ workspaces: string;
18621
+ userWorkspaces: string;
18622
+ noWorkspaces: string;
18623
+ workspaceInfo: string;
18624
+ aboutThisWorkspace: string;
18625
+ members: string;
18626
+ unnamed: string;
18627
+ featureFlags: string;
18628
+ featureFlag: string;
18629
+ impersonate: string;
18630
+ impersonationDisabled: string;
18631
+ searchUserFirst: string;
18632
+ impersonationFailed: string;
18633
+ searchFailed: string;
18634
+ updateFeatureFlagFailed: string;
18635
+ };
18636
+ config: {
18637
+ allGroups: string;
18638
+ allSources: string;
18639
+ database: string;
18640
+ environment: string;
18641
+ default: string;
18642
+ showHiddenGroups: string;
18643
+ searchPlaceholder: string;
18644
+ noVariables: string;
18645
+ detailTitle: string;
18646
+ variableMissing: string;
18647
+ variableMissingDescription: string;
18648
+ tagPlaceholder: string;
18649
+ undefinedPlaceholder: string;
18650
+ databaseValuePlaceholder: string;
18651
+ envOnlyMessage: string;
18652
+ databaseSourceMessage: string;
18653
+ changedMessage: string;
18654
+ updated: string;
18655
+ updateFailed: string;
18656
+ resetTitle: string;
18657
+ resetConfirm1: string;
18658
+ resetConfirm2: string;
18659
+ resetSuccess: string;
18660
+ resetFailed: string;
18661
+ consumerLabel: string;
18662
+ requiresRestartMessage: string;
18663
+ noConsumerMessage: string;
18664
+ };
18665
+ health: {
18666
+ systemHealthHint: string;
18667
+ noHealthData: string;
18668
+ detailTitle: string;
18669
+ missing: string;
18670
+ missingDescription: string;
18671
+ workerUnavailable: string;
18672
+ noQueueInfo: string;
18673
+ };
18674
+ queue: {
18675
+ queueName: string;
18676
+ jobStats: string;
18677
+ manageQueuesHint: string;
18678
+ workerUnavailableTitle: string;
18679
+ workerUnavailableDescription: string;
18680
+ noQueues: string;
18681
+ title: string;
18682
+ waiting: string;
18683
+ active: string;
18684
+ failed: string;
18685
+ completed: string;
18686
+ delayed: string;
18687
+ paused: string;
18688
+ waitingState: string;
18689
+ attempts: string;
18690
+ createdAt: string;
18691
+ jobs: string;
18692
+ data: string;
18693
+ failedReason: string;
18694
+ returnValue: string;
18695
+ options: string;
18696
+ retentionLoading: string;
18697
+ retentionDescription: string;
18698
+ days: string;
18699
+ hours: string;
18700
+ };
18701
+ cron: {
18702
+ title: string;
18703
+ description: string;
18704
+ noJobs: string;
18705
+ jobName: string;
18706
+ schedule: string;
18707
+ lastRun: string;
18708
+ nextRun: string;
18709
+ enabled: string;
18710
+ actions: string;
18711
+ runNow: string;
18712
+ history: string;
18713
+ historyTitle: string;
18714
+ confirmRunNowTitle: string;
18715
+ confirmRunNowContent: string;
18716
+ operationFailed: string;
18717
+ runFailed: string;
18718
+ notWired: string;
18719
+ readOnly: string;
18720
+ jobEnabled: string;
18721
+ jobPaused: string;
18722
+ jobTriggered: string;
18723
+ jobExecuted: string;
18724
+ active: string;
18725
+ paused: string;
18726
+ error: string;
18727
+ neverRun: string;
18728
+ justNow: string;
18729
+ minutesAgo: string;
18730
+ hoursAgo: string;
18731
+ failed: string;
18732
+ success: string;
18733
+ running: string;
18734
+ everyMinute: string;
18735
+ every5Minutes: string;
18736
+ every10Minutes: string;
18737
+ every15Minutes: string;
18738
+ every30Minutes: string;
18739
+ everyHour: string;
18740
+ every2Hours: string;
18741
+ every6Hours: string;
18742
+ every12Hours: string;
18743
+ dailyMidnight: string;
18744
+ weeklySundayMidnight: string;
18745
+ monthlyFirstMidnight: string;
18746
+ startedAt: string;
18747
+ executionId: string;
18748
+ duration: string;
18749
+ totalItems: string;
18750
+ };
18751
+ logs: {
18752
+ title: string;
18753
+ sectionMonitoring: string;
18754
+ description: string;
18755
+ export: string;
18756
+ time: string;
18757
+ level: string;
18758
+ source: string;
18759
+ message: string;
18760
+ levelPlaceholder: string;
18761
+ sourcePlaceholder: string;
18762
+ searchPlaceholder: string;
18763
+ noLogs: string;
18764
+ };
18765
+ };
18766
+ adminPanel: string;
18767
+ adminHealth: {
18768
+ indicators: {
18769
+ database: {
18770
+ label: string;
18771
+ description: string;
18772
+ error: string;
18773
+ };
18774
+ redis: {
18775
+ label: string;
18776
+ description: string;
18777
+ error: string;
18778
+ };
18779
+ worker: {
18780
+ label: string;
18781
+ description: string;
18782
+ error: string;
18783
+ };
18784
+ connectedAccount: {
18785
+ label: string;
18786
+ description: string;
18787
+ };
18788
+ app: {
18789
+ label: string;
18790
+ description: string;
18791
+ error: string;
18792
+ };
18793
+ };
18794
+ detailLabels: {
18795
+ configuredCheck: string;
18796
+ status: string;
18797
+ waiting: string;
18798
+ active: string;
18799
+ completed: string;
18800
+ failed: string;
18801
+ delayed: string;
18802
+ paused: string;
18803
+ workerCount: string;
18804
+ consumerActive: string;
18805
+ };
18806
+ notConfigured: string;
18807
+ yes: string;
18808
+ no: string;
18809
+ technicalDetails: string;
18810
+ };
18512
18811
  ops: {
18513
18812
  common: {
18514
18813
  back: string;
@@ -18537,6 +18836,7 @@ export declare const locales: {
18537
18836
  paymentStatus: string;
18538
18837
  overdue: string;
18539
18838
  noMatches: string;
18839
+ retry: string;
18540
18840
  };
18541
18841
  dashboard: {
18542
18842
  title: string;
@@ -18566,6 +18866,8 @@ export declare const locales: {
18566
18866
  remainingDays: string;
18567
18867
  renewalStatus: string;
18568
18868
  noTrend: string;
18869
+ insufficientTrend: string;
18870
+ trendDescription: string;
18569
18871
  trendAria: string;
18570
18872
  healthAlertTitle: string;
18571
18873
  healthAlertDescription: string;
@@ -18573,6 +18875,8 @@ export declare const locales: {
18573
18875
  renewalAlertDescription: string;
18574
18876
  invoiceAlertTitle: string;
18575
18877
  invoiceAlertDescription: string;
18878
+ loadFailed: string;
18879
+ loadFailedDescription: string;
18576
18880
  };
18577
18881
  subscriptions: {
18578
18882
  create: string;
@@ -18583,6 +18887,10 @@ export declare const locales: {
18583
18887
  active: string;
18584
18888
  trialing: string;
18585
18889
  canceled: string;
18890
+ statusFilter: string;
18891
+ planFilter: string;
18892
+ loadFailed: string;
18893
+ loadFailedDescription: string;
18586
18894
  };
18587
18895
  provision: {
18588
18896
  successTitle: string;
@@ -18602,10 +18910,17 @@ export declare const locales: {
18602
18910
  adminEmail: string;
18603
18911
  billingCycle: string;
18604
18912
  workspaceId: string;
18913
+ subscriptionId: string;
18914
+ catalogLoadFailed: string;
18915
+ catalogLoadFailedDescription: string;
18605
18916
  };
18606
18917
  tenantDetail: {
18607
18918
  updateSuccess: string;
18608
18919
  updateFailed: string;
18920
+ title: string;
18921
+ description: string;
18922
+ subscriptionSummary: string;
18923
+ healthAndUsage: string;
18609
18924
  price: string;
18610
18925
  currentStart: string;
18611
18926
  currentEnd: string;
@@ -18616,6 +18931,54 @@ export declare const locales: {
18616
18931
  token: string;
18617
18932
  apiCalls: string;
18618
18933
  storage: string;
18934
+ tokenUnit: string;
18935
+ callUnit: string;
18936
+ noRiskReason: string;
18937
+ measurementStatus: string;
18938
+ measured: string;
18939
+ unknownMeasurement: string;
18940
+ measuredTime: string;
18941
+ unavailableMeasurements: string;
18942
+ measurementUnavailable: string;
18943
+ quotaRemaining: string;
18944
+ quotaExceeded: string;
18945
+ increaseQuota: string;
18946
+ quotaResource: string;
18947
+ currentUsage: string;
18948
+ currentQuota: string;
18949
+ recommendedPlan: string;
18950
+ upgradePlan: string;
18951
+ quotaUpgradeDescription: string;
18952
+ noHigherQuotaPlan: string;
18953
+ noHigherQuotaPlanDescription: string;
18954
+ quotaIncreaseSuccess: string;
18955
+ quotaIncreaseSuccessDescription: string;
18956
+ quotaIncreaseFailed: string;
18957
+ activityTitle: string;
18958
+ activityDescription: string;
18959
+ activityDateRange: string;
18960
+ noActivityRange: string;
18961
+ tokenActivity: string;
18962
+ apiActivity: string;
18963
+ periodTotal: string;
18964
+ latestObserved: string;
18965
+ insufficientTrendData: string;
18966
+ noActivityData: string;
18967
+ activityChartAria: string;
18968
+ measuredAt: string;
18969
+ storageSnapshot: string;
18970
+ storageSnapshotDescription: string;
18971
+ storageUnavailable: string;
18972
+ subscriptionChange: string;
18973
+ subscriptionChangeDescription: string;
18974
+ invoiceTitle: string;
18975
+ invoiceDescription: string;
18976
+ scopeRequired: string;
18977
+ scopeRequiredDescription: string;
18978
+ notFound: string;
18979
+ notFoundDescription: string;
18980
+ loadFailed: string;
18981
+ loadFailedDescription: string;
18619
18982
  };
18620
18983
  users: {
18621
18984
  title: string;
@@ -18644,6 +19007,11 @@ export declare const locales: {
18644
19007
  editProfile: string;
18645
19008
  email: string;
18646
19009
  emailChangedSessionsRevoked: string;
19010
+ maintainRegistrationEmail: string;
19011
+ saveRegistrationEmail: string;
19012
+ registrationEmailChangeWarning: string;
19013
+ registrationEmailInvalid: string;
19014
+ registrationAccountActionUnavailable: string;
18647
19015
  saveSuccess: string;
18648
19016
  saveFail: string;
18649
19017
  username: string;
@@ -18662,17 +19030,68 @@ export declare const locales: {
18662
19030
  renewals: {
18663
19031
  invalidExtension: string;
18664
19032
  updateSuccess: string;
19033
+ updateFailed: string;
18665
19034
  days: string;
18666
19035
  renewal: string;
18667
19036
  lastPayment: string;
18668
19037
  edit: string;
19038
+ loadFailed: string;
19039
+ loadFailedDescription: string;
18669
19040
  };
18670
19041
  billing: {
19042
+ title: string;
19043
+ description: string;
19044
+ customer: string;
19045
+ allCustomers: string;
18671
19046
  invoiceStatus: string;
19047
+ paymentStatus: string;
19048
+ billingDate: string;
19049
+ resetFilters: string;
19050
+ exportAll: string;
19051
+ invoiceDetails: string;
19052
+ mrr: string;
19053
+ outstandingAmount: string;
19054
+ paidAmount: string;
19055
+ overdueAmount: string;
19056
+ invoiceCount: string;
19057
+ paidInvoices: string;
19058
+ overdueInvoices: string;
19059
+ currency: string;
19060
+ currencyUnknown: string;
19061
+ sourceNote: string;
19062
+ metricScope: string;
19063
+ measuredAt: string;
18672
19064
  outstanding: string;
18673
19065
  paid: string;
18674
19066
  noInvoices: string;
19067
+ loadFailed: string;
19068
+ loadFailedDescription: string;
19069
+ exportFailed: string;
18675
19070
  period: string;
19071
+ workbenchTitle: string;
19072
+ workbenchDescription: string;
19073
+ outstandingInvoices: string;
19074
+ paymentFailures: string;
19075
+ transferReviews: string;
19076
+ paymentsProcessing: string;
19077
+ workStates: {
19078
+ noInvoices: string;
19079
+ overdue: string;
19080
+ paymentFailed: string;
19081
+ transferReview: string;
19082
+ collectionInProgress: string;
19083
+ settled: string;
19084
+ unknown: string;
19085
+ };
19086
+ workReasons: {
19087
+ noFormalInvoices: string;
19088
+ overdueCollectionRequired: string;
19089
+ paymentFailureRequiresAction: string;
19090
+ bankTransferReviewRequired: string;
19091
+ paymentProcessing: string;
19092
+ outstandingCollectionRequired: string;
19093
+ allFormalInvoicesSettled: string;
19094
+ };
18676
19095
  };
18677
19096
  invoiceDetail: {
18678
19097
  invoiceId: string;
@@ -18681,11 +19100,38 @@ export declare const locales: {
18681
19100
  tokenCost: string;
18682
19101
  storageCost: string;
18683
19102
  usageSubtotal: string;
19103
+ scopeRequired: string;
19104
+ scopeRequiredDescription: string;
19105
+ loadFailed: string;
19106
+ loadFailedDescription: string;
19107
+ notFound: string;
18684
19108
  };
18685
19109
  health: {
19110
+ title: string;
19111
+ description: string;
19112
+ needsAttention: string;
19113
+ all: string;
19114
+ riskReason: string;
19115
+ riskReasons: {
19116
+ subscriptionMissing: string;
19117
+ subscriptionPastDue: string;
19118
+ subscriptionUnpaid: string;
19119
+ subscriptionExpired: string;
19120
+ subscriptionExpiringSoon: string;
19121
+ loginActivityLow: string;
19122
+ loginActivityBelowHealthy: string;
19123
+ usageVeryLow: string;
19124
+ usageBelowHealthy: string;
19125
+ usageHigh: string;
19126
+ subscriptionNotActive: string;
19127
+ measurementUnavailable: string;
19128
+ healthThresholdNotMet: string;
19129
+ };
18686
19130
  expiryDays: string;
18687
19131
  loginPerWeek: string;
18688
19132
  usage: string;
19133
+ loadFailed: string;
19134
+ loadFailedDescription: string;
18689
19135
  };
18690
19136
  };
18691
19137
  impersonation: {
@@ -18737,6 +19183,11 @@ export declare const locales: {
18737
19183
  issued: string;
18738
19184
  paid: string;
18739
19185
  overdue: string;
19186
+ expiringSoon: string;
19187
+ renewed: string;
19188
+ disputed: string;
19189
+ transferPending: string;
19190
+ transferSubmitted: string;
18740
19191
  void: string;
18741
19192
  queued: string;
18742
19193
  preparing: string;
@@ -18801,6 +19252,18 @@ export declare const locales: {
18801
19252
  quarterly: string;
18802
19253
  yearly: string;
18803
19254
  };
19255
+ plan: {
19256
+ starter: string;
19257
+ professional: string;
19258
+ enterprise: string;
19259
+ };
19260
+ measurement: {
19261
+ token: string;
19262
+ api: string;
19263
+ file: string;
19264
+ login: string;
19265
+ seat: string;
19266
+ };
18804
19267
  providerKind: {
18805
19268
  openaiCompatible: string;
18806
19269
  openai: string;
@@ -18909,6 +19372,7 @@ export declare const locales: {
18909
19372
  workbenchAria: string;
18910
19373
  recordsAria: string;
18911
19374
  riskTitle: string;
19375
+ noActiveRisk: string;
18912
19376
  contractGuarded: string;
18913
19377
  maskedAuditView: string;
18914
19378
  providerConfigs: string;
@@ -19009,6 +19473,8 @@ export declare const locales: {
19009
19473
  testProvider: string;
19010
19474
  editProvider: string;
19011
19475
  probeResults: string;
19476
+ noWiredProbeTargets: string;
19477
+ noProbeResults: string;
19012
19478
  result: string;
19013
19479
  passed: string;
19014
19480
  failed: string;
@@ -19078,6 +19544,8 @@ export declare const locales: {
19078
19544
  notWired: string;
19079
19545
  capabilityCatalogTitle: string;
19080
19546
  capabilityCatalogDescription: string;
19547
+ runtimeCatalogUnavailable: string;
19548
+ invalidJson: string;
19081
19549
  capabilityColumn: string;
19082
19550
  wiringColumn: string;
19083
19551
  runtimeConsumerColumn: string;
@@ -19099,6 +19567,9 @@ export declare const locales: {
19099
19567
  };
19100
19568
  channelProviderControlPlane: {
19101
19569
  ui: {
19570
+ loadFailed: string;
19571
+ loadFailedDescription: string;
19572
+ retry: string;
19102
19573
  capability: {
19103
19574
  send_email: string;
19104
19575
  receive_email: string;
@@ -19171,6 +19642,12 @@ export declare const locales: {
19171
19642
  webhookSecret: string;
19172
19643
  updated: string;
19173
19644
  notWired: string;
19645
+ invalidJson: string;
19646
+ configuredSecretRefHint: string;
19647
+ optionalProviderSecretRefHint: string;
19648
+ optionalWebhookSecretRefHint: string;
19649
+ wiredCapabilitiesHint: string;
19650
+ notWiredCapabilitiesHint: string;
19174
19651
  };
19175
19652
  };
19176
19653
  telephonyProviderControlPlane: {
@@ -28961,6 +29438,9 @@ export declare const locales: {
28961
29438
  knowledge: string;
28962
29439
  sop: string;
28963
29440
  test: string;
29441
+ loadFailed: string;
29442
+ loadFailedDescription: string;
29443
+ retry: string;
28964
29444
  };
28965
29445
  builderReadinessMenuCaption: string;
28966
29446
  builderReadinessStatus: {
@@ -32587,6 +33067,12 @@ export declare const locales: {
32587
33067
  breadcrumbPlatformTools: string;
32588
33068
  breadcrumbExecutionLogs: string;
32589
33069
  breadcrumbLogDetail: string;
33070
+ scopeRequired: string;
33071
+ scopeRequiredDescription: string;
33072
+ loadFailed: string;
33073
+ loadFailedDescription: string;
33074
+ notFound: string;
33075
+ notFoundDescription: string;
32590
33076
  };
32591
33077
  executionLogs: {
32592
33078
  statusSuccess: string;
@@ -32607,6 +33093,14 @@ export declare const locales: {
32607
33093
  searchPlaceholder: string;
32608
33094
  breadcrumbSettings: string;
32609
33095
  breadcrumbPlatformTools: string;
33096
+ workspaceRequired: string;
33097
+ workspaceRequiredDescription: string;
33098
+ loadFailed: string;
33099
+ loadFailedDescription: string;
33100
+ selectWorkspaceEmpty: string;
33101
+ noResults: string;
33102
+ errorTimeout: string;
33103
+ errorFailed: string;
32610
33104
  };
32611
33105
  fieldHistoryDetail: {
32612
33106
  saveSuccess: string;
@@ -33441,6 +33935,11 @@ export declare const locales: {
33441
33935
  behaviorPolicyStudioTitle: string;
33442
33936
  };
33443
33937
  queryMonitorDetail: {
33938
+ scopeRequired: string;
33939
+ scopeRequiredDescription: string;
33940
+ loadFailed: string;
33941
+ notFound: string;
33942
+ retry: string;
33444
33943
  basicInfo: string;
33445
33944
  queryId: string;
33446
33945
  executionTime: string;
@@ -33458,6 +33957,8 @@ export declare const locales: {
33458
33957
  backToList: string;
33459
33958
  };
33460
33959
  queryMonitor: {
33960
+ scopeRequired: string;
33961
+ loadFailed: string;
33461
33962
  colExecutionTime: string;
33462
33963
  colSqlSummary: string;
33463
33964
  colQueryType: string;
@@ -35200,6 +35701,7 @@ export declare const locales: {
35200
35701
  trialConsoleUi: {
35201
35702
  demoAccess: {
35202
35703
  page: {
35704
+ title: string;
35203
35705
  subtitle: string;
35204
35706
  refresh: string;
35205
35707
  loadError: string;
@@ -35208,6 +35710,7 @@ export declare const locales: {
35208
35710
  approvedAssignable: string;
35209
35711
  readyInstances: string;
35210
35712
  totalAvailableCapacity: string;
35713
+ invitations: string;
35211
35714
  };
35212
35715
  queue: {
35213
35716
  title: string;
@@ -35225,9 +35728,11 @@ export declare const locales: {
35225
35728
  empty: string;
35226
35729
  };
35227
35730
  assignmentCard: {
35731
+ title: string;
35228
35732
  empty: string;
35229
35733
  };
35230
35734
  jobCard: {
35735
+ title: string;
35231
35736
  empty: string;
35232
35737
  };
35233
35738
  requestColumns: {
@@ -35238,6 +35743,9 @@ export declare const locales: {
35238
35743
  status: string;
35239
35744
  recommended: string;
35240
35745
  pendingScreening: string;
35746
+ riskScore: string;
35747
+ riskOnly: string;
35748
+ invitation: string;
35241
35749
  actions: string;
35242
35750
  };
35243
35751
  invitation: {
@@ -35250,6 +35758,7 @@ export declare const locales: {
35250
35758
  };
35251
35759
  actions: {
35252
35760
  review: string;
35761
+ provision: string;
35253
35762
  assign: string;
35254
35763
  };
35255
35764
  poolColumns: {
@@ -35264,12 +35773,14 @@ export declare const locales: {
35264
35773
  status: string;
35265
35774
  };
35266
35775
  assignmentColumns: {
35776
+ assignment: string;
35267
35777
  instancePool: string;
35268
35778
  status: string;
35269
35779
  actions: string;
35270
35780
  };
35271
35781
  assignmentActions: {
35272
35782
  expire: string;
35783
+ markResetPending: string;
35273
35784
  completeReset: string;
35274
35785
  };
35275
35786
  jobColumns: {
@@ -35292,6 +35803,20 @@ export declare const locales: {
35292
35803
  accessLevelLabel: string;
35293
35804
  decisionReasonLabel: string;
35294
35805
  };
35806
+ options: {
35807
+ accessPublic: string;
35808
+ accessPrivate: string;
35809
+ accessInternal: string;
35810
+ routePublicDemo: string;
35811
+ routePrivateDemo: string;
35812
+ routeMaterialOnly: string;
35813
+ invitationMagicLink: string;
35814
+ invitationOtp: string;
35815
+ poolPublicDemo: string;
35816
+ poolPrivatePresales: string;
35817
+ poolInternal: string;
35818
+ unknownPool: string;
35819
+ };
35295
35820
  assignModal: {
35296
35821
  title: string;
35297
35822
  instanceLabel: string;
@@ -35301,6 +35826,10 @@ export declare const locales: {
35301
35826
  };
35302
35827
  poolModal: {
35303
35828
  title: string;
35829
+ poolCodeLabel: string;
35830
+ poolTypeLabel: string;
35831
+ routeTypeLabel: string;
35832
+ accessLevelLabel: string;
35304
35833
  capacityLabel: string;
35305
35834
  industryScenarioLabel: string;
35306
35835
  purposeLabel: string;
@@ -35311,6 +35840,7 @@ export declare const locales: {
35311
35840
  title: string;
35312
35841
  poolLabel: string;
35313
35842
  instanceCodeLabel: string;
35843
+ environmentKeyLabel: string;
35314
35844
  };
35315
35845
  toast: {
35316
35846
  reviewSaved: string;
@@ -39960,6 +40490,11 @@ export declare const locales: {
39960
40490
  breadcrumbSettings: string;
39961
40491
  breadcrumbPlatformTools: string;
39962
40492
  searchPlaceholder: string;
40493
+ scopeRequired: string;
40494
+ loadFailed: string;
40495
+ detailScopeRequired: string;
40496
+ detailNotFound: string;
40497
+ retry: string;
39963
40498
  colClassName: string;
39964
40499
  colType: string;
39965
40500
  colStatus: string;
@@ -40014,6 +40549,247 @@ export declare const locales: {
40014
40549
  abortError: string;
40015
40550
  };
40016
40551
  platformAdmin: {
40552
+ adminPanelUi: {
40553
+ common: {
40554
+ sectionOther: string;
40555
+ platformAdmin: string;
40556
+ adminPanel: string;
40557
+ systemOverview: string;
40558
+ configVariables: string;
40559
+ healthStatus: string;
40560
+ queues: string;
40561
+ worker: string;
40562
+ loading: string;
40563
+ loadFailed: string;
40564
+ loadFailedDescription: string;
40565
+ retry: string;
40566
+ refresh: string;
40567
+ filter: string;
40568
+ name: string;
40569
+ value: string;
40570
+ status: string;
40571
+ source: string;
40572
+ group: string;
40573
+ id: string;
40574
+ email: string;
40575
+ url: string;
40576
+ unknown: string;
40577
+ notFound: string;
40578
+ errorInfo: string;
40579
+ details: string;
40580
+ noDetails: string;
40581
+ operational: string;
40582
+ normal: string;
40583
+ outage: string;
40584
+ search: string;
40585
+ cancel: string;
40586
+ reset: string;
40587
+ };
40588
+ general: {
40589
+ about: string;
40590
+ appVersionInfo: string;
40591
+ currentVersion: string;
40592
+ latestVersion: string;
40593
+ latestVersionNotFound: string;
40594
+ featureFlagsAndImpersonation: string;
40595
+ userImpersonation: string;
40596
+ featureFlagsAndImpersonationHint: string;
40597
+ userImpersonationHint: string;
40598
+ userIdentifierPlaceholder: string;
40599
+ userInfo: string;
40600
+ aboutThisUser: string;
40601
+ fullName: string;
40602
+ workspaces: string;
40603
+ userWorkspaces: string;
40604
+ noWorkspaces: string;
40605
+ workspaceInfo: string;
40606
+ aboutThisWorkspace: string;
40607
+ members: string;
40608
+ unnamed: string;
40609
+ featureFlags: string;
40610
+ featureFlag: string;
40611
+ impersonate: string;
40612
+ impersonationDisabled: string;
40613
+ searchUserFirst: string;
40614
+ impersonationFailed: string;
40615
+ searchFailed: string;
40616
+ updateFeatureFlagFailed: string;
40617
+ };
40618
+ config: {
40619
+ allGroups: string;
40620
+ allSources: string;
40621
+ database: string;
40622
+ environment: string;
40623
+ default: string;
40624
+ showHiddenGroups: string;
40625
+ searchPlaceholder: string;
40626
+ noVariables: string;
40627
+ detailTitle: string;
40628
+ variableMissing: string;
40629
+ variableMissingDescription: string;
40630
+ tagPlaceholder: string;
40631
+ undefinedPlaceholder: string;
40632
+ databaseValuePlaceholder: string;
40633
+ envOnlyMessage: string;
40634
+ databaseSourceMessage: string;
40635
+ changedMessage: string;
40636
+ updated: string;
40637
+ updateFailed: string;
40638
+ resetTitle: string;
40639
+ resetConfirm1: string;
40640
+ resetConfirm2: string;
40641
+ resetSuccess: string;
40642
+ resetFailed: string;
40643
+ consumerLabel: string;
40644
+ requiresRestartMessage: string;
40645
+ noConsumerMessage: string;
40646
+ };
40647
+ health: {
40648
+ systemHealthHint: string;
40649
+ noHealthData: string;
40650
+ detailTitle: string;
40651
+ missing: string;
40652
+ missingDescription: string;
40653
+ workerUnavailable: string;
40654
+ noQueueInfo: string;
40655
+ };
40656
+ queue: {
40657
+ queueName: string;
40658
+ jobStats: string;
40659
+ manageQueuesHint: string;
40660
+ workerUnavailableTitle: string;
40661
+ workerUnavailableDescription: string;
40662
+ noQueues: string;
40663
+ title: string;
40664
+ waiting: string;
40665
+ active: string;
40666
+ failed: string;
40667
+ completed: string;
40668
+ delayed: string;
40669
+ paused: string;
40670
+ waitingState: string;
40671
+ attempts: string;
40672
+ createdAt: string;
40673
+ jobs: string;
40674
+ data: string;
40675
+ failedReason: string;
40676
+ returnValue: string;
40677
+ options: string;
40678
+ retentionLoading: string;
40679
+ retentionDescription: string;
40680
+ days: string;
40681
+ hours: string;
40682
+ };
40683
+ cron: {
40684
+ title: string;
40685
+ description: string;
40686
+ noJobs: string;
40687
+ jobName: string;
40688
+ schedule: string;
40689
+ lastRun: string;
40690
+ nextRun: string;
40691
+ enabled: string;
40692
+ actions: string;
40693
+ runNow: string;
40694
+ history: string;
40695
+ historyTitle: string;
40696
+ confirmRunNowTitle: string;
40697
+ confirmRunNowContent: string;
40698
+ operationFailed: string;
40699
+ runFailed: string;
40700
+ notWired: string;
40701
+ readOnly: string;
40702
+ jobEnabled: string;
40703
+ jobPaused: string;
40704
+ jobTriggered: string;
40705
+ jobExecuted: string;
40706
+ active: string;
40707
+ paused: string;
40708
+ error: string;
40709
+ neverRun: string;
40710
+ justNow: string;
40711
+ minutesAgo: string;
40712
+ hoursAgo: string;
40713
+ failed: string;
40714
+ success: string;
40715
+ running: string;
40716
+ everyMinute: string;
40717
+ every5Minutes: string;
40718
+ every10Minutes: string;
40719
+ every15Minutes: string;
40720
+ every30Minutes: string;
40721
+ everyHour: string;
40722
+ every2Hours: string;
40723
+ every6Hours: string;
40724
+ every12Hours: string;
40725
+ dailyMidnight: string;
40726
+ weeklySundayMidnight: string;
40727
+ monthlyFirstMidnight: string;
40728
+ startedAt: string;
40729
+ executionId: string;
40730
+ duration: string;
40731
+ totalItems: string;
40732
+ };
40733
+ logs: {
40734
+ title: string;
40735
+ sectionMonitoring: string;
40736
+ description: string;
40737
+ export: string;
40738
+ time: string;
40739
+ level: string;
40740
+ source: string;
40741
+ message: string;
40742
+ levelPlaceholder: string;
40743
+ sourcePlaceholder: string;
40744
+ searchPlaceholder: string;
40745
+ noLogs: string;
40746
+ };
40747
+ };
40748
+ adminPanel: string;
40749
+ adminHealth: {
40750
+ indicators: {
40751
+ database: {
40752
+ label: string;
40753
+ description: string;
40754
+ error: string;
40755
+ };
40756
+ redis: {
40757
+ label: string;
40758
+ description: string;
40759
+ error: string;
40760
+ };
40761
+ worker: {
40762
+ label: string;
40763
+ description: string;
40764
+ error: string;
40765
+ };
40766
+ connectedAccount: {
40767
+ label: string;
40768
+ description: string;
40769
+ };
40770
+ app: {
40771
+ label: string;
40772
+ description: string;
40773
+ error: string;
40774
+ };
40775
+ };
40776
+ detailLabels: {
40777
+ configuredCheck: string;
40778
+ status: string;
40779
+ waiting: string;
40780
+ active: string;
40781
+ completed: string;
40782
+ failed: string;
40783
+ delayed: string;
40784
+ paused: string;
40785
+ workerCount: string;
40786
+ consumerActive: string;
40787
+ };
40788
+ notConfigured: string;
40789
+ yes: string;
40790
+ no: string;
40791
+ technicalDetails: string;
40792
+ };
40017
40793
  ops: {
40018
40794
  common: {
40019
40795
  back: string;
@@ -40042,6 +40818,7 @@ export declare const locales: {
40042
40818
  paymentStatus: string;
40043
40819
  overdue: string;
40044
40820
  noMatches: string;
40821
+ retry: string;
40045
40822
  };
40046
40823
  dashboard: {
40047
40824
  title: string;
@@ -40071,6 +40848,8 @@ export declare const locales: {
40071
40848
  remainingDays: string;
40072
40849
  renewalStatus: string;
40073
40850
  noTrend: string;
40851
+ insufficientTrend: string;
40852
+ trendDescription: string;
40074
40853
  trendAria: string;
40075
40854
  healthAlertTitle: string;
40076
40855
  healthAlertDescription: string;
@@ -40078,6 +40857,8 @@ export declare const locales: {
40078
40857
  renewalAlertDescription: string;
40079
40858
  invoiceAlertTitle: string;
40080
40859
  invoiceAlertDescription: string;
40860
+ loadFailed: string;
40861
+ loadFailedDescription: string;
40081
40862
  };
40082
40863
  subscriptions: {
40083
40864
  create: string;
@@ -40088,6 +40869,10 @@ export declare const locales: {
40088
40869
  active: string;
40089
40870
  trialing: string;
40090
40871
  canceled: string;
40872
+ statusFilter: string;
40873
+ planFilter: string;
40874
+ loadFailed: string;
40875
+ loadFailedDescription: string;
40091
40876
  };
40092
40877
  provision: {
40093
40878
  successTitle: string;
@@ -40107,10 +40892,17 @@ export declare const locales: {
40107
40892
  adminEmail: string;
40108
40893
  billingCycle: string;
40109
40894
  workspaceId: string;
40895
+ subscriptionId: string;
40896
+ catalogLoadFailed: string;
40897
+ catalogLoadFailedDescription: string;
40110
40898
  };
40111
40899
  tenantDetail: {
40112
40900
  updateSuccess: string;
40113
40901
  updateFailed: string;
40902
+ title: string;
40903
+ description: string;
40904
+ subscriptionSummary: string;
40905
+ healthAndUsage: string;
40114
40906
  price: string;
40115
40907
  currentStart: string;
40116
40908
  currentEnd: string;
@@ -40121,6 +40913,54 @@ export declare const locales: {
40121
40913
  token: string;
40122
40914
  apiCalls: string;
40123
40915
  storage: string;
40916
+ tokenUnit: string;
40917
+ callUnit: string;
40918
+ noRiskReason: string;
40919
+ measurementStatus: string;
40920
+ measured: string;
40921
+ unknownMeasurement: string;
40922
+ measuredTime: string;
40923
+ unavailableMeasurements: string;
40924
+ measurementUnavailable: string;
40925
+ quotaRemaining: string;
40926
+ quotaExceeded: string;
40927
+ increaseQuota: string;
40928
+ quotaResource: string;
40929
+ currentUsage: string;
40930
+ currentQuota: string;
40931
+ recommendedPlan: string;
40932
+ upgradePlan: string;
40933
+ quotaUpgradeDescription: string;
40934
+ noHigherQuotaPlan: string;
40935
+ noHigherQuotaPlanDescription: string;
40936
+ quotaIncreaseSuccess: string;
40937
+ quotaIncreaseSuccessDescription: string;
40938
+ quotaIncreaseFailed: string;
40939
+ activityTitle: string;
40940
+ activityDescription: string;
40941
+ activityDateRange: string;
40942
+ noActivityRange: string;
40943
+ tokenActivity: string;
40944
+ apiActivity: string;
40945
+ periodTotal: string;
40946
+ latestObserved: string;
40947
+ insufficientTrendData: string;
40948
+ noActivityData: string;
40949
+ activityChartAria: string;
40950
+ measuredAt: string;
40951
+ storageSnapshot: string;
40952
+ storageSnapshotDescription: string;
40953
+ storageUnavailable: string;
40954
+ subscriptionChange: string;
40955
+ subscriptionChangeDescription: string;
40956
+ invoiceTitle: string;
40957
+ invoiceDescription: string;
40958
+ scopeRequired: string;
40959
+ scopeRequiredDescription: string;
40960
+ notFound: string;
40961
+ notFoundDescription: string;
40962
+ loadFailed: string;
40963
+ loadFailedDescription: string;
40124
40964
  };
40125
40965
  users: {
40126
40966
  title: string;
@@ -40149,6 +40989,11 @@ export declare const locales: {
40149
40989
  editProfile: string;
40150
40990
  email: string;
40151
40991
  emailChangedSessionsRevoked: string;
40992
+ maintainRegistrationEmail: string;
40993
+ saveRegistrationEmail: string;
40994
+ registrationEmailChangeWarning: string;
40995
+ registrationEmailInvalid: string;
40996
+ registrationAccountActionUnavailable: string;
40152
40997
  saveSuccess: string;
40153
40998
  saveFail: string;
40154
40999
  username: string;
@@ -40167,17 +41012,68 @@ export declare const locales: {
40167
41012
  renewals: {
40168
41013
  invalidExtension: string;
40169
41014
  updateSuccess: string;
41015
+ updateFailed: string;
40170
41016
  days: string;
40171
41017
  renewal: string;
40172
41018
  lastPayment: string;
40173
41019
  edit: string;
41020
+ loadFailed: string;
41021
+ loadFailedDescription: string;
40174
41022
  };
40175
41023
  billing: {
41024
+ title: string;
41025
+ description: string;
41026
+ customer: string;
41027
+ allCustomers: string;
40176
41028
  invoiceStatus: string;
41029
+ paymentStatus: string;
41030
+ billingDate: string;
41031
+ resetFilters: string;
41032
+ exportAll: string;
41033
+ invoiceDetails: string;
41034
+ mrr: string;
41035
+ outstandingAmount: string;
41036
+ paidAmount: string;
41037
+ overdueAmount: string;
41038
+ invoiceCount: string;
41039
+ paidInvoices: string;
41040
+ overdueInvoices: string;
41041
+ currency: string;
41042
+ currencyUnknown: string;
41043
+ sourceNote: string;
41044
+ metricScope: string;
41045
+ measuredAt: string;
40177
41046
  outstanding: string;
40178
41047
  paid: string;
40179
41048
  noInvoices: string;
41049
+ loadFailed: string;
41050
+ loadFailedDescription: string;
41051
+ exportFailed: string;
40180
41052
  period: string;
41053
+ workbenchTitle: string;
41054
+ workbenchDescription: string;
41055
+ outstandingInvoices: string;
41056
+ paymentFailures: string;
41057
+ transferReviews: string;
41058
+ paymentsProcessing: string;
41059
+ workStates: {
41060
+ noInvoices: string;
41061
+ overdue: string;
41062
+ paymentFailed: string;
41063
+ transferReview: string;
41064
+ collectionInProgress: string;
41065
+ settled: string;
41066
+ unknown: string;
41067
+ };
41068
+ workReasons: {
41069
+ noFormalInvoices: string;
41070
+ overdueCollectionRequired: string;
41071
+ paymentFailureRequiresAction: string;
41072
+ bankTransferReviewRequired: string;
41073
+ paymentProcessing: string;
41074
+ outstandingCollectionRequired: string;
41075
+ allFormalInvoicesSettled: string;
41076
+ };
40181
41077
  };
40182
41078
  invoiceDetail: {
40183
41079
  invoiceId: string;
@@ -40186,11 +41082,38 @@ export declare const locales: {
40186
41082
  tokenCost: string;
40187
41083
  storageCost: string;
40188
41084
  usageSubtotal: string;
41085
+ scopeRequired: string;
41086
+ scopeRequiredDescription: string;
41087
+ loadFailed: string;
41088
+ loadFailedDescription: string;
41089
+ notFound: string;
40189
41090
  };
40190
41091
  health: {
41092
+ title: string;
41093
+ description: string;
41094
+ needsAttention: string;
41095
+ all: string;
41096
+ riskReason: string;
41097
+ riskReasons: {
41098
+ subscriptionMissing: string;
41099
+ subscriptionPastDue: string;
41100
+ subscriptionUnpaid: string;
41101
+ subscriptionExpired: string;
41102
+ subscriptionExpiringSoon: string;
41103
+ loginActivityLow: string;
41104
+ loginActivityBelowHealthy: string;
41105
+ usageVeryLow: string;
41106
+ usageBelowHealthy: string;
41107
+ usageHigh: string;
41108
+ subscriptionNotActive: string;
41109
+ measurementUnavailable: string;
41110
+ healthThresholdNotMet: string;
41111
+ };
40191
41112
  expiryDays: string;
40192
41113
  loginPerWeek: string;
40193
41114
  usage: string;
41115
+ loadFailed: string;
41116
+ loadFailedDescription: string;
40194
41117
  };
40195
41118
  };
40196
41119
  impersonation: {
@@ -40242,6 +41165,11 @@ export declare const locales: {
40242
41165
  issued: string;
40243
41166
  paid: string;
40244
41167
  overdue: string;
41168
+ expiringSoon: string;
41169
+ renewed: string;
41170
+ disputed: string;
41171
+ transferPending: string;
41172
+ transferSubmitted: string;
40245
41173
  void: string;
40246
41174
  queued: string;
40247
41175
  preparing: string;
@@ -40306,6 +41234,18 @@ export declare const locales: {
40306
41234
  quarterly: string;
40307
41235
  yearly: string;
40308
41236
  };
41237
+ plan: {
41238
+ starter: string;
41239
+ professional: string;
41240
+ enterprise: string;
41241
+ };
41242
+ measurement: {
41243
+ token: string;
41244
+ api: string;
41245
+ file: string;
41246
+ login: string;
41247
+ seat: string;
41248
+ };
40309
41249
  providerKind: {
40310
41250
  openaiCompatible: string;
40311
41251
  openai: string;
@@ -40414,6 +41354,7 @@ export declare const locales: {
40414
41354
  workbenchAria: string;
40415
41355
  recordsAria: string;
40416
41356
  riskTitle: string;
41357
+ noActiveRisk: string;
40417
41358
  contractGuarded: string;
40418
41359
  maskedAuditView: string;
40419
41360
  providerConfigs: string;
@@ -40514,6 +41455,8 @@ export declare const locales: {
40514
41455
  testProvider: string;
40515
41456
  editProvider: string;
40516
41457
  probeResults: string;
41458
+ noWiredProbeTargets: string;
41459
+ noProbeResults: string;
40517
41460
  result: string;
40518
41461
  passed: string;
40519
41462
  failed: string;
@@ -40583,6 +41526,8 @@ export declare const locales: {
40583
41526
  notWired: string;
40584
41527
  capabilityCatalogTitle: string;
40585
41528
  capabilityCatalogDescription: string;
41529
+ runtimeCatalogUnavailable: string;
41530
+ invalidJson: string;
40586
41531
  capabilityColumn: string;
40587
41532
  wiringColumn: string;
40588
41533
  runtimeConsumerColumn: string;
@@ -40604,6 +41549,9 @@ export declare const locales: {
40604
41549
  };
40605
41550
  channelProviderControlPlane: {
40606
41551
  ui: {
41552
+ loadFailed: string;
41553
+ loadFailedDescription: string;
41554
+ retry: string;
40607
41555
  capability: {
40608
41556
  send_email: string;
40609
41557
  receive_email: string;
@@ -40676,6 +41624,12 @@ export declare const locales: {
40676
41624
  webhookSecret: string;
40677
41625
  updated: string;
40678
41626
  notWired: string;
41627
+ invalidJson: string;
41628
+ configuredSecretRefHint: string;
41629
+ optionalProviderSecretRefHint: string;
41630
+ optionalWebhookSecretRefHint: string;
41631
+ wiredCapabilitiesHint: string;
41632
+ notWiredCapabilitiesHint: string;
40679
41633
  };
40680
41634
  };
40681
41635
  telephonyProviderControlPlane: {