@hubspot/cli 7.4.1 → 7.4.2-beta.0

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.
package/lang/en.d.ts ADDED
@@ -0,0 +1,2840 @@
1
+ export declare const commands: {
2
+ generalErrors: {
3
+ updateNotify: {
4
+ notifyTitle: string;
5
+ cmsUpdateNotification: (packageName: any, updateCommand: any) => string;
6
+ cliUpdateNotification: (currentVersion: any, latestVersion: any, updateCommand: any) => string;
7
+ };
8
+ srcIsProject: (src: any, command: any) => string;
9
+ handleDeprecatedEnvVariables: {
10
+ portalEnvVarDeprecated: string;
11
+ };
12
+ loadConfigMiddleware: {
13
+ configFileExists: (configPath: any) => string;
14
+ };
15
+ };
16
+ completion: {
17
+ describe: string;
18
+ examples: {
19
+ default: string;
20
+ };
21
+ };
22
+ account: {
23
+ describe: string;
24
+ subcommands: {
25
+ list: {
26
+ accounts: string;
27
+ defaultAccount: (account: any) => string;
28
+ describe: string;
29
+ configPath: (configPath: any) => string;
30
+ labels: {
31
+ accountId: string;
32
+ authType: string;
33
+ name: string;
34
+ };
35
+ };
36
+ rename: {
37
+ describe: string;
38
+ positionals: {
39
+ accountName: {
40
+ describe: string;
41
+ };
42
+ newName: {
43
+ describe: string;
44
+ };
45
+ };
46
+ success: {
47
+ renamed: (name: any, newName: any) => string;
48
+ };
49
+ };
50
+ use: {
51
+ describe: string;
52
+ errors: {
53
+ accountNotFound: (specifiedAccount: any, configPath: any) => string;
54
+ };
55
+ examples: {
56
+ default: string;
57
+ idBased: string;
58
+ nameBased: string;
59
+ };
60
+ options: {
61
+ account: {
62
+ describe: string;
63
+ };
64
+ };
65
+ promptMessage: string;
66
+ success: {
67
+ defaultAccountUpdated: (accountName: any) => string;
68
+ };
69
+ };
70
+ remove: {
71
+ describe: string;
72
+ logs: {
73
+ replaceDefaultAccount: string;
74
+ };
75
+ prompts: {
76
+ selectAccountToRemove: string;
77
+ };
78
+ errors: {
79
+ accountNotFound: (specifiedAccount: any, configPath: any) => string;
80
+ };
81
+ examples: {
82
+ default: string;
83
+ byName: string;
84
+ };
85
+ options: {
86
+ account: {
87
+ describe: string;
88
+ };
89
+ };
90
+ promptMessage: string;
91
+ success: {
92
+ accountRemoved: (accountName: any) => string;
93
+ };
94
+ };
95
+ info: {
96
+ accountId: (accountId: any) => string;
97
+ describe: string;
98
+ errors: {
99
+ notUsingPersonalAccessKey: string;
100
+ };
101
+ examples: {
102
+ default: string;
103
+ idBased: string;
104
+ nameBased: string;
105
+ };
106
+ name: (name: any) => string;
107
+ scopeGroups: string;
108
+ };
109
+ clean: {
110
+ describe: string;
111
+ noResults: string;
112
+ loading: {
113
+ add: string;
114
+ };
115
+ inactiveAccountsFound: {
116
+ one: string;
117
+ other: (count: any) => string;
118
+ };
119
+ confirm: {
120
+ one: string;
121
+ other: (count: any) => string;
122
+ };
123
+ removeSuccess: (accountName: any) => string;
124
+ };
125
+ };
126
+ };
127
+ auth: {
128
+ describe: (configName: any) => string;
129
+ errors: {
130
+ noConfigFileFound: string;
131
+ unsupportedAuthType: (type: any, supportedProtocols: any) => string;
132
+ };
133
+ options: {
134
+ authType: {
135
+ describe: string;
136
+ defaultDescription: (authMethod: any) => string;
137
+ };
138
+ account: {
139
+ describe: string;
140
+ };
141
+ };
142
+ success: {
143
+ configFileUpdated: (accountName: any, configFilename: any, authType: any) => string;
144
+ };
145
+ };
146
+ config: {
147
+ describe: string;
148
+ subcommands: {
149
+ set: {
150
+ describe: string;
151
+ promptMessage: string;
152
+ examples: {
153
+ default: string;
154
+ };
155
+ options: {
156
+ defaultMode: {
157
+ describe: string;
158
+ promptMessage: string;
159
+ error: (validModes: any) => string;
160
+ success: (mode: any) => string;
161
+ };
162
+ allowUsageTracking: {
163
+ describe: string;
164
+ promptMessage: string;
165
+ success: (isEnabled: any) => string;
166
+ labels: {
167
+ enabled: string;
168
+ disabled: string;
169
+ };
170
+ };
171
+ httpTimeout: {
172
+ describe: string;
173
+ promptMessage: string;
174
+ success: (timeout: any) => string;
175
+ };
176
+ };
177
+ };
178
+ };
179
+ };
180
+ cms: {
181
+ describe: string;
182
+ subcommands: {
183
+ lighthouseScore: {
184
+ describe: string;
185
+ examples: {
186
+ default: string;
187
+ };
188
+ info: {
189
+ promptMessage: string;
190
+ fetchingThemes: string;
191
+ generatingScore: (theme: any) => string;
192
+ targetDeviceNote: (target: any) => string;
193
+ verboseOptionNote: string;
194
+ pageTemplateScoreTitle: string;
195
+ lighthouseLinksTitle: string;
196
+ failedTemplatePathsTitle: string;
197
+ };
198
+ errors: {
199
+ targetOptionRequired: string;
200
+ invalidTargetOption: string;
201
+ themeNotFound: (theme: any) => string;
202
+ failedToFetchThemes: string;
203
+ failedToGetLighthouseScore: string;
204
+ };
205
+ options: {
206
+ theme: {
207
+ describe: string;
208
+ };
209
+ target: {
210
+ describe: string;
211
+ };
212
+ verbose: {
213
+ describe: string;
214
+ };
215
+ };
216
+ };
217
+ getReactModule: {
218
+ describe: string;
219
+ selectModulePrompt: string;
220
+ positionals: {
221
+ name: {
222
+ describe: string;
223
+ };
224
+ dest: {
225
+ describe: string;
226
+ };
227
+ };
228
+ success: {
229
+ moduleDownloaded: (moduleName: any, path: any) => string;
230
+ };
231
+ errors: {
232
+ pathExists: (path: any) => string;
233
+ invalidName: string;
234
+ };
235
+ };
236
+ };
237
+ };
238
+ create: {
239
+ describe: (supportedAssetTypes: any) => string;
240
+ errors: {
241
+ deprecatedAssetType: (assetType: any, newCommand: any, type: any) => string;
242
+ unsupportedAssetType: (assetType: any, supportedAssetTypes: any) => string;
243
+ unusablePath: (path: any) => string;
244
+ };
245
+ positionals: {
246
+ dest: {
247
+ describe: string;
248
+ };
249
+ name: {
250
+ describe: string;
251
+ };
252
+ type: {
253
+ describe: string;
254
+ };
255
+ };
256
+ subcommands: {
257
+ apiSample: {
258
+ folderOverwritePrompt: (folderName: any) => string;
259
+ errors: {
260
+ nameRequired: string;
261
+ noSamples: string;
262
+ };
263
+ info: {
264
+ sampleChosen: (sampleType: any, sampleLanguage: any) => string;
265
+ };
266
+ success: {
267
+ sampleCreated: (filePath: any) => string;
268
+ };
269
+ };
270
+ module: {
271
+ errors: {
272
+ nameRequired: string;
273
+ };
274
+ };
275
+ template: {
276
+ errors: {
277
+ nameRequired: string;
278
+ };
279
+ };
280
+ };
281
+ };
282
+ customObject: {
283
+ betaMessage: string;
284
+ describe: string;
285
+ seeMoreLink: string;
286
+ subcommands: {
287
+ create: {
288
+ describe: string;
289
+ errors: {
290
+ invalidObjectDefinition: string;
291
+ creationFailed: (definition: any) => string;
292
+ };
293
+ options: {
294
+ path: {
295
+ describe: string;
296
+ };
297
+ };
298
+ positionals: {
299
+ name: {
300
+ describe: string;
301
+ };
302
+ };
303
+ success: {
304
+ objectsCreated: string;
305
+ };
306
+ inputName: string;
307
+ inputPath: string;
308
+ };
309
+ schema: {
310
+ describe: string;
311
+ subcommands: {
312
+ create: {
313
+ describe: string;
314
+ errors: {
315
+ invalidSchema: string;
316
+ creationFailed: (definition: any) => string;
317
+ };
318
+ options: {
319
+ definition: {
320
+ describe: string;
321
+ };
322
+ };
323
+ success: {
324
+ schemaCreated: (accountId: any) => string;
325
+ schemaViewable: (url: any) => string;
326
+ };
327
+ };
328
+ delete: {
329
+ describe: string;
330
+ errors: {
331
+ delete: (name: any) => string;
332
+ };
333
+ examples: {
334
+ default: string;
335
+ };
336
+ positionals: {
337
+ name: {
338
+ describe: string;
339
+ };
340
+ };
341
+ options: {
342
+ force: {
343
+ describe: string;
344
+ };
345
+ };
346
+ success: {
347
+ delete: (name: any) => string;
348
+ };
349
+ confirmDelete: (name: any) => string;
350
+ deleteCancelled: (name: any) => string;
351
+ selectSchema: string;
352
+ };
353
+ fetchAll: {
354
+ describe: string;
355
+ errors: {
356
+ fetch: string;
357
+ };
358
+ examples: {
359
+ default: string;
360
+ specifyPath: string;
361
+ };
362
+ positionals: {
363
+ dest: {
364
+ describe: string;
365
+ };
366
+ };
367
+ success: {
368
+ fetch: (path: any) => string;
369
+ };
370
+ inputDest: string;
371
+ };
372
+ fetch: {
373
+ describe: string;
374
+ errors: {
375
+ fetch: (name: any) => string;
376
+ };
377
+ examples: {
378
+ default: string;
379
+ specifyPath: string;
380
+ };
381
+ positionals: {
382
+ dest: {
383
+ describe: string;
384
+ };
385
+ name: {
386
+ describe: string;
387
+ };
388
+ };
389
+ selectSchema: string;
390
+ inputDest: string;
391
+ success: {
392
+ save: (name: any, path: any) => string;
393
+ savedToPath: (path: any) => string;
394
+ };
395
+ };
396
+ list: {
397
+ describe: string;
398
+ errors: {
399
+ list: string;
400
+ };
401
+ };
402
+ update: {
403
+ describe: string;
404
+ errors: {
405
+ invalidSchema: string;
406
+ update: (definition: any) => string;
407
+ };
408
+ options: {
409
+ path: {
410
+ describe: string;
411
+ };
412
+ };
413
+ positionals: {
414
+ name: {
415
+ describe: string;
416
+ };
417
+ };
418
+ success: {
419
+ update: (accountId: any) => string;
420
+ viewAtUrl: (url: any) => string;
421
+ };
422
+ selectSchema: string;
423
+ };
424
+ };
425
+ };
426
+ };
427
+ };
428
+ doctor: {
429
+ describe: string;
430
+ options: {
431
+ outputDir: string;
432
+ };
433
+ errors: {
434
+ generatingDiagnosis: string;
435
+ unableToWriteOutputFile: (file: any, errorMessage: any) => string;
436
+ };
437
+ outputWritten: (filename: any) => string;
438
+ };
439
+ fetch: {
440
+ describe: string;
441
+ errors: {
442
+ sourceRequired: string;
443
+ };
444
+ options: {
445
+ staging: {
446
+ describe: string;
447
+ };
448
+ assetVersion: {
449
+ describe: string;
450
+ };
451
+ };
452
+ positionals: {
453
+ dest: {
454
+ describe: string;
455
+ };
456
+ src: {
457
+ describe: string;
458
+ };
459
+ };
460
+ };
461
+ filemanager: {
462
+ describe: string;
463
+ subcommands: {
464
+ fetch: {
465
+ describe: string;
466
+ errors: {
467
+ sourceRequired: string;
468
+ };
469
+ options: {
470
+ includeArchived: {
471
+ describe: string;
472
+ };
473
+ };
474
+ positionals: {
475
+ dest: {
476
+ describe: string;
477
+ };
478
+ src: {
479
+ describe: string;
480
+ };
481
+ };
482
+ };
483
+ upload: {
484
+ describe: string;
485
+ errors: {
486
+ destinationRequired: string;
487
+ fileIgnored: (path: any) => string;
488
+ invalidPath: (path: any) => string;
489
+ upload: (src: any, dest: any) => string;
490
+ uploadingFailed: string;
491
+ };
492
+ logs: {
493
+ uploading: (src: any, dest: any, accountId: any) => string;
494
+ };
495
+ positionals: {
496
+ dest: {
497
+ describe: string;
498
+ };
499
+ src: {
500
+ describe: string;
501
+ };
502
+ };
503
+ success: {
504
+ upload: (src: any, dest: any, accountId: any) => string;
505
+ uploadComplete: (dest: any) => string;
506
+ };
507
+ };
508
+ };
509
+ };
510
+ function: {
511
+ describe: string;
512
+ subcommands: {
513
+ deploy: {
514
+ debug: {
515
+ startingBuildAndDeploy: (functionPath: any) => string;
516
+ };
517
+ errors: {
518
+ buildError: (details: any) => string;
519
+ noPackageJson: (functionPath: any) => string;
520
+ notFunctionsFolder: (functionPath: any) => string;
521
+ };
522
+ examples: {
523
+ default: string;
524
+ };
525
+ loading: (functionPath: any, account: any) => string;
526
+ loadingFailed: (functionPath: any, account: any) => string;
527
+ positionals: {
528
+ path: {
529
+ describe: string;
530
+ };
531
+ };
532
+ success: {
533
+ deployed: (functionPath: any, accountId: any, buildTimeSeconds: any) => string;
534
+ };
535
+ };
536
+ list: {
537
+ debug: {
538
+ gettingFunctions: string;
539
+ };
540
+ describe: string;
541
+ info: {
542
+ noFunctions: string;
543
+ };
544
+ options: {
545
+ json: {
546
+ describe: string;
547
+ };
548
+ };
549
+ };
550
+ server: {
551
+ debug: {
552
+ startingServer: (functionPath: any) => string;
553
+ };
554
+ examples: {
555
+ default: string;
556
+ };
557
+ options: {
558
+ contact: {
559
+ describe: string;
560
+ };
561
+ logOutput: {
562
+ describe: string;
563
+ };
564
+ port: {
565
+ describe: string;
566
+ };
567
+ watch: {
568
+ describe: string;
569
+ };
570
+ };
571
+ positionals: {
572
+ path: {
573
+ describe: string;
574
+ };
575
+ };
576
+ };
577
+ };
578
+ };
579
+ hubdb: {
580
+ describe: string;
581
+ subcommands: {
582
+ clear: {
583
+ describe: string;
584
+ logs: {
585
+ removedRows: (deletedRowCount: any, tableId: any) => string;
586
+ rowCount: (tableId: any, rowCount: any) => string;
587
+ tableEmpty: (tableId: any) => string;
588
+ };
589
+ positionals: {
590
+ tableId: {
591
+ describe: string;
592
+ };
593
+ };
594
+ };
595
+ create: {
596
+ describe: string;
597
+ enterPath: string;
598
+ errors: {
599
+ create: (filePath: any) => string;
600
+ pathRequired: string;
601
+ invalidCharacters: string;
602
+ };
603
+ options: {
604
+ path: {
605
+ describe: string;
606
+ };
607
+ };
608
+ success: {
609
+ create: (tableId: any, accountId: any, rowCount: any) => string;
610
+ };
611
+ };
612
+ delete: {
613
+ describe: string;
614
+ shouldDeleteTable: (tableId: any) => string;
615
+ errors: {
616
+ delete: (tableId: any) => string;
617
+ };
618
+ positionals: {
619
+ tableId: {
620
+ describe: string;
621
+ };
622
+ };
623
+ options: {
624
+ force: {
625
+ describe: string;
626
+ };
627
+ };
628
+ success: {
629
+ delete: (tableId: any, accountId: any) => string;
630
+ };
631
+ };
632
+ fetch: {
633
+ describe: string;
634
+ positionals: {
635
+ dest: {
636
+ describe: string;
637
+ };
638
+ tableId: {
639
+ describe: string;
640
+ };
641
+ };
642
+ success: {
643
+ fetch: (tableId: any, path: any) => string;
644
+ };
645
+ };
646
+ };
647
+ };
648
+ init: {
649
+ describe: (configName: any) => string;
650
+ options: {
651
+ authType: {
652
+ describe: string;
653
+ defaultDescription: (authMethod: any) => string;
654
+ };
655
+ account: {
656
+ describe: string;
657
+ };
658
+ useHiddenConfig: {
659
+ describe: string;
660
+ };
661
+ };
662
+ success: {
663
+ configFileCreated: (configPath: any) => string;
664
+ configFileUpdated: (account: any, authType: any) => string;
665
+ };
666
+ logs: {
667
+ updateConfig: string;
668
+ };
669
+ errors: {
670
+ configFileExists: (configPath: any) => string;
671
+ bothConfigFilesNotAllowed: (path: any) => string;
672
+ };
673
+ };
674
+ lint: {
675
+ issuesFound: (count: any) => string;
676
+ groupName: (path: any) => string;
677
+ positionals: {
678
+ path: {
679
+ describe: string;
680
+ };
681
+ };
682
+ };
683
+ list: {
684
+ describe: string;
685
+ gettingPathContents: (path: any) => string;
686
+ noFilesFoundAtPath: (path: any) => string;
687
+ positionals: {
688
+ path: {
689
+ describe: string;
690
+ };
691
+ };
692
+ };
693
+ logs: {
694
+ describe: string;
695
+ errors: {
696
+ noLogsFound: (functionPath: any, accountId: any) => string;
697
+ };
698
+ examples: {
699
+ default: string;
700
+ follow: string;
701
+ limit: string;
702
+ };
703
+ endpointPrompt: string;
704
+ gettingLogs: (latest: any, functionPath: any) => string;
705
+ options: {
706
+ compact: {
707
+ describe: string;
708
+ };
709
+ follow: {
710
+ describe: string;
711
+ };
712
+ latest: {
713
+ describe: string;
714
+ };
715
+ limit: {
716
+ describe: string;
717
+ };
718
+ };
719
+ positionals: {
720
+ endpoint: {
721
+ describe: string;
722
+ };
723
+ };
724
+ tailLogs: (functionPath: any, accountId: any) => string;
725
+ };
726
+ mv: {
727
+ describe: string;
728
+ errors: {
729
+ sourcePathExists: (srcPath: any, destPath: any) => string;
730
+ moveFailed: (srcPath: any, destPath: any, accountId: any) => string;
731
+ };
732
+ move: (srcPath: any, destPath: any, accountId: any) => string;
733
+ };
734
+ open: {
735
+ describe: string;
736
+ options: {
737
+ list: {
738
+ describe: string;
739
+ };
740
+ };
741
+ positionals: {
742
+ shortcut: {
743
+ describe: string;
744
+ };
745
+ };
746
+ selectLink: string;
747
+ };
748
+ project: {
749
+ dev: {
750
+ describe: string;
751
+ logs: {
752
+ betaMessage: string;
753
+ placeholderAccountSelection: string;
754
+ learnMoreLocalDevServer: string;
755
+ };
756
+ errors: {
757
+ noProjectConfig: string;
758
+ noAccount: (accountId: any, authCommand: any) => string;
759
+ noAccountsInConfig: (authCommand: any) => string;
760
+ invalidProjectComponents: string;
761
+ noRunnableComponents: (command: any) => string;
762
+ };
763
+ examples: {
764
+ default: string;
765
+ };
766
+ };
767
+ create: {
768
+ describe: string;
769
+ errors: {
770
+ failedToDownloadProject: string;
771
+ failedToFetchProjectList: string;
772
+ cannotNestProjects: (projectDir: any) => string;
773
+ };
774
+ logs: {
775
+ success: (projectName: any, projectDest: any) => string;
776
+ welcomeMessage: string;
777
+ };
778
+ examples: {
779
+ default: string;
780
+ templateSource: string;
781
+ };
782
+ options: {
783
+ dest: {
784
+ describe: string;
785
+ };
786
+ name: {
787
+ describe: string;
788
+ };
789
+ template: {
790
+ describe: string;
791
+ };
792
+ templateSource: {
793
+ describe: string;
794
+ };
795
+ };
796
+ };
797
+ migrateApp: {
798
+ describe: string;
799
+ examples: {
800
+ default: string;
801
+ };
802
+ options: {
803
+ appId: {
804
+ describe: string;
805
+ };
806
+ dest: {
807
+ describe: string;
808
+ };
809
+ name: {
810
+ describe: string;
811
+ };
812
+ };
813
+ header: {
814
+ text: string;
815
+ link: string;
816
+ };
817
+ deprecationWarning: (oldCommand: any, newCommand: any) => string;
818
+ migrationStatus: {
819
+ inProgress: () => string;
820
+ success: () => string;
821
+ done: () => string;
822
+ failure: () => string;
823
+ };
824
+ warning: {
825
+ title: () => string;
826
+ projectConversion: () => string;
827
+ appConfig: () => string;
828
+ buildAndDeploy: string;
829
+ existingApps: () => string;
830
+ copyApp: string;
831
+ };
832
+ migrationInterrupted: string;
833
+ createAppPrompt: string;
834
+ projectDetailsLink: string;
835
+ componentsToBeMigrated: (components: any) => string;
836
+ componentsThatWillNotBeMigrated: (components: any) => string;
837
+ errors: {
838
+ noApps: (accountId: any) => string;
839
+ noAppsEligible: (accountId: any) => string;
840
+ invalidAccountTypeTitle: () => string;
841
+ invalidAccountTypeDescription: (useCommand: any, authCommand: any) => string;
842
+ projectAlreadyExists: (projectName: any) => string;
843
+ invalidApp: (appId: any) => string;
844
+ appWithAppIdNotFound: (appId: any) => string;
845
+ notAllowedWithinProject: (command: any) => string;
846
+ };
847
+ };
848
+ cloneApp: {
849
+ describe: string;
850
+ examples: {
851
+ default: string;
852
+ };
853
+ options: {
854
+ appId: {
855
+ describe: string;
856
+ };
857
+ dest: {
858
+ describe: string;
859
+ };
860
+ };
861
+ cloneStatus: {
862
+ inProgress: () => string;
863
+ done: string;
864
+ success: (dest: any) => string;
865
+ failure: string;
866
+ };
867
+ errors: {
868
+ invalidAccountTypeTitle: () => string;
869
+ invalidAccountTypeDescription: (useCommand: any, authCommand: any) => string;
870
+ couldNotWriteConfigPath: (configPath: any) => string;
871
+ };
872
+ };
873
+ add: {
874
+ describe: string;
875
+ options: {
876
+ name: {
877
+ describe: string;
878
+ };
879
+ type: {
880
+ describe: string;
881
+ };
882
+ };
883
+ creatingComponent: (projectName: any) => string;
884
+ success: (componentName: any) => string;
885
+ error: {
886
+ failedToDownloadComponent: string;
887
+ locationInProject: string;
888
+ failedToFetchComponentList: string;
889
+ projectContainsPublicApp: string;
890
+ };
891
+ examples: {
892
+ default: string;
893
+ withFlags: string;
894
+ };
895
+ };
896
+ deploy: {
897
+ describe: string;
898
+ deployBuildIdPrompt: string;
899
+ debug: {
900
+ deploying: (path: any) => string;
901
+ };
902
+ errors: {
903
+ deploy: (details: any) => string;
904
+ noBuilds: string;
905
+ noBuildId: string;
906
+ projectNotFound: (projectName: any, accountIdentifier: any, command: any) => string;
907
+ buildIdDoesNotExist: (buildId: any, projectName: any, linkToProject: any) => string;
908
+ buildAlreadyDeployed: (buildId: any, linkToProject: any) => string;
909
+ viewProjectsBuilds: string;
910
+ };
911
+ examples: {
912
+ default: string;
913
+ withOptions: string;
914
+ };
915
+ options: {
916
+ build: {
917
+ describe: string;
918
+ };
919
+ project: {
920
+ describe: string;
921
+ };
922
+ };
923
+ };
924
+ listBuilds: {
925
+ describe: string;
926
+ continueOrExitPrompt: string;
927
+ viewAllBuildsLink: string;
928
+ showingNextBuilds: (count: any, projectName: any) => string;
929
+ showingRecentBuilds: (count: any, projectName: any, viewAllBuildsLink: any) => string;
930
+ errors: {
931
+ noBuilds: string;
932
+ projectNotFound: (projectName: any) => string;
933
+ };
934
+ options: {
935
+ project: {
936
+ describe: string;
937
+ };
938
+ limit: {
939
+ describe: string;
940
+ };
941
+ };
942
+ examples: {
943
+ default: string;
944
+ };
945
+ };
946
+ logs: {
947
+ describe: string;
948
+ errors: {
949
+ noProjectConfig: string;
950
+ failedToFetchProjectDetails: string;
951
+ noFunctionsLinkText: string;
952
+ noFunctionsInProject: (link: any) => string;
953
+ noFunctionWithName: (name: any) => string;
954
+ functionNotDeployed: (name: any) => string;
955
+ projectLogsManagerNotInitialized: string;
956
+ generic: string;
957
+ };
958
+ logs: {
959
+ showingLogs: string;
960
+ hubspotLogsDirectLink: string;
961
+ noLogsFound: (name: any) => string;
962
+ };
963
+ table: {
964
+ accountHeader: string;
965
+ functionHeader: string;
966
+ endpointHeader: string;
967
+ };
968
+ examples: {
969
+ default: string;
970
+ withOptions: string;
971
+ };
972
+ options: {
973
+ app: {
974
+ describe: string;
975
+ };
976
+ compact: {
977
+ describe: string;
978
+ };
979
+ tail: {
980
+ describe: string;
981
+ };
982
+ latest: {
983
+ describe: string;
984
+ };
985
+ limit: {
986
+ describe: string;
987
+ };
988
+ function: {
989
+ describe: string;
990
+ };
991
+ };
992
+ };
993
+ upload: {
994
+ describe: string;
995
+ examples: {
996
+ default: string;
997
+ };
998
+ logs: {
999
+ buildSucceeded: (buildId: any) => string;
1000
+ readyToGoLive: string;
1001
+ runCommand: (command: any) => string;
1002
+ autoDeployDisabled: (deployCommand: any) => string;
1003
+ };
1004
+ errors: {
1005
+ projectLockedError: () => string;
1006
+ };
1007
+ options: {
1008
+ forceCreate: {
1009
+ describe: string;
1010
+ };
1011
+ message: {
1012
+ describe: string;
1013
+ };
1014
+ };
1015
+ };
1016
+ watch: {
1017
+ describe: string;
1018
+ examples: {
1019
+ default: string;
1020
+ };
1021
+ logs: {
1022
+ processExited: string;
1023
+ watchCancelledFromUi: () => string;
1024
+ resuming: string;
1025
+ uploadSucceeded: ({ filePath, remotePath }: {
1026
+ filePath: any;
1027
+ remotePath: any;
1028
+ }) => string;
1029
+ deleteFileSucceeded: ({ remotePath }: {
1030
+ remotePath: any;
1031
+ }) => string;
1032
+ deleteFolderSucceeded: ({ remotePath }: {
1033
+ remotePath: any;
1034
+ }) => string;
1035
+ watching: ({ projectDir }: {
1036
+ projectDir: any;
1037
+ }) => string;
1038
+ previousStagingBuildCancelled: string;
1039
+ };
1040
+ options: {
1041
+ initialUpload: {
1042
+ describe: string;
1043
+ };
1044
+ };
1045
+ debug: {
1046
+ pause: string;
1047
+ buildStarted: string;
1048
+ extensionNotAllowed: ({ filePath }: {
1049
+ filePath: any;
1050
+ }) => string;
1051
+ ignored: ({ filePath }: {
1052
+ filePath: any;
1053
+ }) => string;
1054
+ uploading: ({ filePath, remotePath }: {
1055
+ filePath: any;
1056
+ remotePath: any;
1057
+ }) => string;
1058
+ attemptNewBuild: string;
1059
+ fileAlreadyQueued: ({ filePath }: {
1060
+ filePath: any;
1061
+ }) => string;
1062
+ };
1063
+ errors: {
1064
+ uploadFailed: ({ filePath, remotePath }: {
1065
+ filePath: any;
1066
+ remotePath: any;
1067
+ }) => string;
1068
+ deleteFileFailed: ({ remotePath }: {
1069
+ remotePath: any;
1070
+ }) => string;
1071
+ deleteFolderFailed: ({ remotePath }: {
1072
+ remotePath: any;
1073
+ }) => string;
1074
+ };
1075
+ };
1076
+ download: {
1077
+ describe: string;
1078
+ examples: {
1079
+ default: string;
1080
+ };
1081
+ logs: {
1082
+ downloadCancelled: string;
1083
+ downloadSucceeded: ({ buildId, projectName }: {
1084
+ buildId: any;
1085
+ projectName: any;
1086
+ }) => string;
1087
+ };
1088
+ errors: {
1089
+ downloadFailed: string;
1090
+ projectNotFound: ({ projectName, accountId }: {
1091
+ projectName: any;
1092
+ accountId: any;
1093
+ }) => string;
1094
+ };
1095
+ warnings: {
1096
+ cannotDownloadWithinProject: string;
1097
+ };
1098
+ options: {
1099
+ build: {
1100
+ describe: string;
1101
+ };
1102
+ project: {
1103
+ describe: string;
1104
+ };
1105
+ dest: {
1106
+ describe: string;
1107
+ };
1108
+ };
1109
+ };
1110
+ open: {
1111
+ describe: string;
1112
+ options: {
1113
+ project: {
1114
+ describe: string;
1115
+ };
1116
+ };
1117
+ examples: {
1118
+ default: string;
1119
+ };
1120
+ success: (projectName: any) => string;
1121
+ };
1122
+ feedback: {
1123
+ describe: string;
1124
+ feedbackType: {
1125
+ prompt: string;
1126
+ bug: string;
1127
+ general: string;
1128
+ };
1129
+ openPrompt: string;
1130
+ success: (url: any) => string;
1131
+ options: {
1132
+ bug: {
1133
+ describe: string;
1134
+ };
1135
+ general: {
1136
+ describe: string;
1137
+ };
1138
+ };
1139
+ };
1140
+ installDeps: {
1141
+ help: {
1142
+ describe: string;
1143
+ installAppDepsExample: string;
1144
+ addDepToSubComponentExample: string;
1145
+ };
1146
+ installLocationPrompt: string;
1147
+ installLocationPromptRequired: string;
1148
+ installingDependencies: (directory: any) => string;
1149
+ installationSuccessful: (directory: any) => string;
1150
+ addingDependenciesToLocation: (dependencies: any, directory: any) => string;
1151
+ installingDependenciesFailed: (directory: any) => string;
1152
+ noProjectConfig: string;
1153
+ noPackageJsonInProject: (projectName: any, link: any) => string;
1154
+ packageManagerNotInstalled: (packageManager: any, link: any) => string;
1155
+ };
1156
+ };
1157
+ remove: {
1158
+ describe: string;
1159
+ deleted: (path: any, accountId: any) => string;
1160
+ errors: {
1161
+ deleteFailed: (path: any, accountId: any) => string;
1162
+ };
1163
+ positionals: {
1164
+ path: {
1165
+ describe: string;
1166
+ };
1167
+ };
1168
+ };
1169
+ sandbox: {
1170
+ describe: string;
1171
+ subcommands: {
1172
+ create: {
1173
+ developer: {
1174
+ loading: {
1175
+ add: (accountName: any) => string;
1176
+ fail: (accountName: any) => string;
1177
+ succeed: (accountName: any, accountId: any) => string;
1178
+ };
1179
+ success: {
1180
+ configFileUpdated: (accountName: any, authType: any) => string;
1181
+ };
1182
+ failure: {
1183
+ invalidUser: (accountName: any, parentAccountName: any) => string;
1184
+ limit: (accountName: any, limit: any) => string;
1185
+ alreadyInConfig: (accountName: any, limit: any) => string;
1186
+ scopes: {
1187
+ message: string;
1188
+ instructions: (accountName: any, url: any) => string;
1189
+ };
1190
+ };
1191
+ };
1192
+ standard: {
1193
+ loading: {
1194
+ add: (accountName: any) => string;
1195
+ fail: (accountName: any) => string;
1196
+ succeed: (accountName: any, accountId: any) => string;
1197
+ };
1198
+ success: {
1199
+ configFileUpdated: (accountName: any, authType: any) => string;
1200
+ };
1201
+ failure: {
1202
+ invalidUser: (accountName: any, parentAccountName: any) => string;
1203
+ limit: (accountName: any, limit: any) => string;
1204
+ alreadyInConfig: (accountName: any, limit: any) => string;
1205
+ scopes: {
1206
+ message: string;
1207
+ instructions: (accountName: any, url: any) => string;
1208
+ };
1209
+ };
1210
+ };
1211
+ };
1212
+ delete: {
1213
+ describe: string;
1214
+ debug: {
1215
+ deleting: (account: any) => string;
1216
+ error: string;
1217
+ };
1218
+ examples: {
1219
+ default: string;
1220
+ };
1221
+ confirm: (account: any) => string;
1222
+ defaultAccountWarning: (account: any) => string;
1223
+ success: {
1224
+ delete: (account: any, sandboxHubId: any) => string;
1225
+ deleteDefault: (account: any, sandboxHubId: any) => string;
1226
+ configFileUpdated: (account: any, configFilename: any) => string;
1227
+ };
1228
+ failure: {
1229
+ invalidUser: (accountName: any, parentAccountName: any) => string;
1230
+ noAccount: string;
1231
+ noSandboxAccounts: (authCommand: any) => string;
1232
+ noSandboxAccountId: string;
1233
+ noParentAccount: (authCommand: any) => string;
1234
+ objectNotFound: (account: any) => string;
1235
+ noParentPortalAvailable: (command: any, url: any) => string;
1236
+ invalidKey: (account: any, authCommand: any) => string;
1237
+ };
1238
+ options: {
1239
+ force: {
1240
+ describe: string;
1241
+ };
1242
+ account: {
1243
+ describe: string;
1244
+ };
1245
+ };
1246
+ };
1247
+ };
1248
+ sync: {
1249
+ loading: {
1250
+ add: (accountName: any) => string;
1251
+ fail: (accountName: any) => string;
1252
+ succeed: (accountName: any) => string;
1253
+ };
1254
+ success: {
1255
+ configFileUpdated: (accountName: any, authType: any) => string;
1256
+ };
1257
+ failure: {
1258
+ invalidUser: (accountName: any, parentAccountName: any) => string;
1259
+ scopes: {
1260
+ message: string;
1261
+ instructions: (accountName: any, url: any) => string;
1262
+ };
1263
+ };
1264
+ };
1265
+ };
1266
+ secret: {
1267
+ describe: string;
1268
+ subcommands: {
1269
+ add: {
1270
+ describe: string;
1271
+ errors: {
1272
+ add: (secretName: any) => string;
1273
+ alreadyExists: (secretName: any, command: any) => string;
1274
+ };
1275
+ positionals: {
1276
+ name: {
1277
+ describe: string;
1278
+ };
1279
+ };
1280
+ success: {
1281
+ add: (secretName: any, accountIdentifier: any) => string;
1282
+ };
1283
+ };
1284
+ delete: {
1285
+ describe: string;
1286
+ selectSecret: string;
1287
+ deleteCanceled: string;
1288
+ confirmDelete: (secretName: any) => string;
1289
+ errors: {
1290
+ delete: (secretName: any) => string;
1291
+ noSecret: (secretName: any) => string;
1292
+ };
1293
+ positionals: {
1294
+ name: {
1295
+ describe: string;
1296
+ };
1297
+ };
1298
+ success: {
1299
+ delete: (secretName: any, accountIdentifier: any) => string;
1300
+ };
1301
+ };
1302
+ list: {
1303
+ describe: string;
1304
+ errors: {
1305
+ list: string;
1306
+ };
1307
+ groupLabel: (accountIdentifier: any) => string;
1308
+ };
1309
+ update: {
1310
+ describe: string;
1311
+ selectSecret: string;
1312
+ errors: {
1313
+ update: (secretName: any) => string;
1314
+ noSecret: (secretName: any) => string;
1315
+ };
1316
+ positionals: {
1317
+ name: {
1318
+ describe: string;
1319
+ };
1320
+ };
1321
+ success: {
1322
+ update: (secretName: any, accountIdentifier: any) => string;
1323
+ updateExplanation: string;
1324
+ };
1325
+ };
1326
+ };
1327
+ };
1328
+ theme: {
1329
+ describe: string;
1330
+ subcommands: {
1331
+ generateSelectors: {
1332
+ describe: string;
1333
+ errors: {
1334
+ invalidPath: (themePath: any) => string;
1335
+ fieldsNotFound: string;
1336
+ noSelectorsFound: string;
1337
+ };
1338
+ success: (themePath: any, selectorsPath: any) => string;
1339
+ positionals: {
1340
+ path: {
1341
+ describe: string;
1342
+ };
1343
+ };
1344
+ };
1345
+ marketplaceValidate: {
1346
+ describe: string;
1347
+ errors: {
1348
+ invalidPath: (path: any) => string;
1349
+ };
1350
+ logs: {
1351
+ validatingTheme: (path: any) => string;
1352
+ };
1353
+ results: {
1354
+ required: string;
1355
+ recommended: string;
1356
+ warnings: {
1357
+ file: (file: any) => string;
1358
+ lineNumber: (line: any) => string;
1359
+ };
1360
+ noErrors: string;
1361
+ };
1362
+ positionals: {
1363
+ path: {
1364
+ describe: string;
1365
+ };
1366
+ };
1367
+ };
1368
+ preview: {
1369
+ describe: string;
1370
+ errors: {
1371
+ invalidPath: (path: any) => string;
1372
+ noThemeComponents: string;
1373
+ };
1374
+ positionals: {
1375
+ src: {
1376
+ describe: string;
1377
+ };
1378
+ dest: {
1379
+ describe: string;
1380
+ };
1381
+ };
1382
+ options: {
1383
+ notify: {
1384
+ describe: string;
1385
+ };
1386
+ noSsl: {
1387
+ describe: string;
1388
+ };
1389
+ port: {
1390
+ describe: string;
1391
+ };
1392
+ };
1393
+ initialUploadProgressBar: {
1394
+ start: string;
1395
+ uploading: string;
1396
+ finish: string;
1397
+ };
1398
+ logs: {
1399
+ processExited: string;
1400
+ };
1401
+ };
1402
+ };
1403
+ };
1404
+ module: {
1405
+ describe: string;
1406
+ subcommands: {
1407
+ marketplaceValidate: {
1408
+ describe: string;
1409
+ errors: {
1410
+ invalidPath: (path: any) => string;
1411
+ };
1412
+ logs: {
1413
+ validatingModule: (path: any) => string;
1414
+ };
1415
+ options: {
1416
+ json: {
1417
+ describe: string;
1418
+ };
1419
+ };
1420
+ results: {
1421
+ required: string;
1422
+ recommended: string;
1423
+ warnings: {
1424
+ file: (file: any) => string;
1425
+ lineNumber: (line: any) => string;
1426
+ };
1427
+ noErrors: string;
1428
+ };
1429
+ positionals: {
1430
+ src: {
1431
+ describe: string;
1432
+ };
1433
+ };
1434
+ };
1435
+ };
1436
+ };
1437
+ upload: {
1438
+ describe: string;
1439
+ errors: {
1440
+ destinationRequired: string;
1441
+ fileIgnored: (path: any) => string;
1442
+ invalidPath: (path: any) => string;
1443
+ uploadFailed: (src: any, dest: any) => string;
1444
+ someFilesFailed: (dest: any) => string;
1445
+ deleteFailed: (path: any, accountId: any) => string;
1446
+ };
1447
+ options: {
1448
+ options: {
1449
+ describe: string;
1450
+ };
1451
+ saveOutput: {
1452
+ describe: string;
1453
+ };
1454
+ convertFields: {
1455
+ describe: string;
1456
+ };
1457
+ clean: {
1458
+ describe: string;
1459
+ };
1460
+ force: {
1461
+ describe: string;
1462
+ };
1463
+ };
1464
+ previewUrl: (previewUrl: any) => string;
1465
+ positionals: {
1466
+ src: {
1467
+ describe: string;
1468
+ };
1469
+ dest: {
1470
+ describe: string;
1471
+ };
1472
+ };
1473
+ success: {
1474
+ fileUploaded: ({ src, dest, accountId }: {
1475
+ src: any;
1476
+ dest: any;
1477
+ accountId: any;
1478
+ }) => string;
1479
+ uploadComplete: ({ dest }: {
1480
+ dest: any;
1481
+ }) => string;
1482
+ };
1483
+ uploading: ({ src, dest, accountId }: {
1484
+ src: any;
1485
+ dest: any;
1486
+ accountId: any;
1487
+ }) => string;
1488
+ notUploaded: ({ src }: {
1489
+ src: any;
1490
+ }) => string;
1491
+ cleaning: ({ filePath, accountId }: {
1492
+ filePath: any;
1493
+ accountId: any;
1494
+ }) => string;
1495
+ confirmCleanUpload: ({ filePath, accountId }: {
1496
+ filePath: any;
1497
+ accountId: any;
1498
+ }) => string;
1499
+ };
1500
+ watch: {
1501
+ describe: string;
1502
+ errors: {
1503
+ folderFailed: (src: any, dest: any, accountId: any) => string;
1504
+ fileFailed: (file: any, dest: any, accountId: any) => string;
1505
+ destinationRequired: string;
1506
+ invalidPath: (path: any) => string;
1507
+ };
1508
+ options: {
1509
+ disableInitial: {
1510
+ describe: string;
1511
+ };
1512
+ initialUpload: {
1513
+ describe: string;
1514
+ };
1515
+ notify: {
1516
+ describe: string;
1517
+ };
1518
+ remove: {
1519
+ describe: string;
1520
+ };
1521
+ convertFields: {
1522
+ describe: string;
1523
+ };
1524
+ saveOutput: {
1525
+ describe: string;
1526
+ };
1527
+ options: {
1528
+ describe: string;
1529
+ };
1530
+ };
1531
+ positionals: {
1532
+ src: {
1533
+ describe: string;
1534
+ };
1535
+ dest: {
1536
+ describe: string;
1537
+ };
1538
+ };
1539
+ warnings: {
1540
+ disableInitial: () => string;
1541
+ initialUpload: () => string;
1542
+ notUploaded: (path: any) => string;
1543
+ };
1544
+ };
1545
+ convertFields: {
1546
+ describe: string;
1547
+ positionals: {
1548
+ src: {
1549
+ describe: string;
1550
+ };
1551
+ };
1552
+ options: {
1553
+ options: {
1554
+ describe: string;
1555
+ };
1556
+ };
1557
+ errors: {
1558
+ invalidPath: (path: any) => string;
1559
+ missingSrc: string;
1560
+ };
1561
+ };
1562
+ secrets: {
1563
+ add: {
1564
+ loading: {
1565
+ add: (secretName: any) => string;
1566
+ fail: (secretName: any) => string;
1567
+ succeed: (secretName: any) => string;
1568
+ };
1569
+ success: {
1570
+ configFileUpdated: (secretName: any, authType: any) => string;
1571
+ };
1572
+ failure: {
1573
+ invalidUser: (secretName: any, parentAccountName: any) => string;
1574
+ scopes: {
1575
+ message: string;
1576
+ instructions: (secretName: any, url: any) => string;
1577
+ };
1578
+ };
1579
+ };
1580
+ delete: {
1581
+ loading: {
1582
+ add: (secretName: any) => string;
1583
+ fail: (secretName: any) => string;
1584
+ succeed: (secretName: any) => string;
1585
+ };
1586
+ success: {
1587
+ configFileUpdated: (secretName: any, authType: any) => string;
1588
+ };
1589
+ failure: {
1590
+ invalidUser: (secretName: any, parentAccountName: any) => string;
1591
+ scopes: {
1592
+ message: string;
1593
+ instructions: (secretName: any, url: any) => string;
1594
+ };
1595
+ };
1596
+ };
1597
+ list: {
1598
+ loading: {
1599
+ add: () => string;
1600
+ fail: () => string;
1601
+ succeed: () => string;
1602
+ };
1603
+ success: {
1604
+ configFileUpdated: (authType: any) => string;
1605
+ };
1606
+ failure: {
1607
+ invalidUser: (parentAccountName: any) => string;
1608
+ scopes: {
1609
+ message: string;
1610
+ instructions: (url: any) => string;
1611
+ };
1612
+ };
1613
+ };
1614
+ };
1615
+ serverless: {
1616
+ add: {
1617
+ loading: {
1618
+ add: (functionName: any) => string;
1619
+ fail: (functionName: any) => string;
1620
+ succeed: (functionName: any) => string;
1621
+ };
1622
+ success: {
1623
+ configFileUpdated: (functionName: any, authType: any) => string;
1624
+ };
1625
+ failure: {
1626
+ invalidUser: (functionName: any, parentAccountName: any) => string;
1627
+ scopes: {
1628
+ message: string;
1629
+ instructions: (functionName: any, url: any) => string;
1630
+ };
1631
+ };
1632
+ };
1633
+ delete: {
1634
+ loading: {
1635
+ add: (functionName: any) => string;
1636
+ fail: (functionName: any) => string;
1637
+ succeed: (functionName: any) => string;
1638
+ };
1639
+ success: {
1640
+ configFileUpdated: (functionName: any, authType: any) => string;
1641
+ };
1642
+ failure: {
1643
+ invalidUser: (functionName: any, parentAccountName: any) => string;
1644
+ scopes: {
1645
+ message: string;
1646
+ instructions: (functionName: any, url: any) => string;
1647
+ };
1648
+ };
1649
+ };
1650
+ list: {
1651
+ loading: {
1652
+ add: () => string;
1653
+ fail: () => string;
1654
+ succeed: () => string;
1655
+ };
1656
+ success: {
1657
+ configFileUpdated: (authType: any) => string;
1658
+ };
1659
+ failure: {
1660
+ invalidUser: (parentAccountName: any) => string;
1661
+ scopes: {
1662
+ message: string;
1663
+ instructions: (url: any) => string;
1664
+ };
1665
+ };
1666
+ };
1667
+ };
1668
+ serverlessFunctionLogs: {
1669
+ add: {
1670
+ loading: {
1671
+ add: (functionName: any) => string;
1672
+ fail: (functionName: any) => string;
1673
+ succeed: (functionName: any) => string;
1674
+ };
1675
+ success: {
1676
+ configFileUpdated: (functionName: any, authType: any) => string;
1677
+ };
1678
+ failure: {
1679
+ invalidUser: (functionName: any, parentAccountName: any) => string;
1680
+ scopes: {
1681
+ message: string;
1682
+ instructions: (functionName: any, url: any) => string;
1683
+ };
1684
+ };
1685
+ };
1686
+ delete: {
1687
+ loading: {
1688
+ add: (functionName: any) => string;
1689
+ fail: (functionName: any) => string;
1690
+ succeed: (functionName: any) => string;
1691
+ };
1692
+ success: {
1693
+ configFileUpdated: (functionName: any, authType: any) => string;
1694
+ };
1695
+ failure: {
1696
+ invalidUser: (functionName: any, parentAccountName: any) => string;
1697
+ scopes: {
1698
+ message: string;
1699
+ instructions: (functionName: any, url: any) => string;
1700
+ };
1701
+ };
1702
+ };
1703
+ list: {
1704
+ loading: {
1705
+ add: () => string;
1706
+ fail: () => string;
1707
+ succeed: () => string;
1708
+ };
1709
+ success: {
1710
+ configFileUpdated: (authType: any) => string;
1711
+ };
1712
+ failure: {
1713
+ invalidUser: (parentAccountName: any) => string;
1714
+ scopes: {
1715
+ message: string;
1716
+ instructions: (url: any) => string;
1717
+ };
1718
+ };
1719
+ };
1720
+ };
1721
+ serverlessFunctionMetrics: {
1722
+ add: {
1723
+ loading: {
1724
+ add: (functionName: any) => string;
1725
+ fail: (functionName: any) => string;
1726
+ succeed: (functionName: any) => string;
1727
+ };
1728
+ success: {
1729
+ configFileUpdated: (functionName: any, authType: any) => string;
1730
+ };
1731
+ failure: {
1732
+ invalidUser: (functionName: any, parentAccountName: any) => string;
1733
+ scopes: {
1734
+ message: string;
1735
+ instructions: (functionName: any, url: any) => string;
1736
+ };
1737
+ };
1738
+ };
1739
+ delete: {
1740
+ loading: {
1741
+ add: (functionName: any) => string;
1742
+ fail: (functionName: any) => string;
1743
+ succeed: (functionName: any) => string;
1744
+ };
1745
+ success: {
1746
+ configFileUpdated: (functionName: any, authType: any) => string;
1747
+ };
1748
+ failure: {
1749
+ invalidUser: (functionName: any, parentAccountName: any) => string;
1750
+ scopes: {
1751
+ message: string;
1752
+ instructions: (functionName: any, url: any) => string;
1753
+ };
1754
+ };
1755
+ };
1756
+ list: {
1757
+ loading: {
1758
+ add: () => string;
1759
+ fail: () => string;
1760
+ succeed: () => string;
1761
+ };
1762
+ success: {
1763
+ configFileUpdated: (authType: any) => string;
1764
+ };
1765
+ failure: {
1766
+ invalidUser: (parentAccountName: any) => string;
1767
+ scopes: {
1768
+ message: string;
1769
+ instructions: (url: any) => string;
1770
+ };
1771
+ };
1772
+ };
1773
+ };
1774
+ serverlessFunctionSettings: {
1775
+ add: {
1776
+ loading: {
1777
+ add: (functionName: any) => string;
1778
+ fail: (functionName: any) => string;
1779
+ succeed: (functionName: any) => string;
1780
+ };
1781
+ success: {
1782
+ configFileUpdated: (functionName: any, authType: any) => string;
1783
+ };
1784
+ failure: {
1785
+ invalidUser: (functionName: any, parentAccountName: any) => string;
1786
+ scopes: {
1787
+ message: string;
1788
+ instructions: (functionName: any, url: any) => string;
1789
+ };
1790
+ };
1791
+ };
1792
+ delete: {
1793
+ loading: {
1794
+ add: (functionName: any) => string;
1795
+ fail: (functionName: any) => string;
1796
+ succeed: (functionName: any) => string;
1797
+ };
1798
+ success: {
1799
+ configFileUpdated: (functionName: any, authType: any) => string;
1800
+ };
1801
+ failure: {
1802
+ invalidUser: (functionName: any, parentAccountName: any) => string;
1803
+ scopes: {
1804
+ message: string;
1805
+ instructions: (functionName: any, url: any) => string;
1806
+ };
1807
+ };
1808
+ };
1809
+ list: {
1810
+ loading: {
1811
+ add: () => string;
1812
+ fail: () => string;
1813
+ succeed: () => string;
1814
+ };
1815
+ success: {
1816
+ configFileUpdated: (authType: any) => string;
1817
+ };
1818
+ failure: {
1819
+ invalidUser: (parentAccountName: any) => string;
1820
+ scopes: {
1821
+ message: string;
1822
+ instructions: (url: any) => string;
1823
+ };
1824
+ };
1825
+ };
1826
+ };
1827
+ serverlessFunctionVersions: {
1828
+ add: {
1829
+ loading: {
1830
+ add: (functionName: any) => string;
1831
+ fail: (functionName: any) => string;
1832
+ succeed: (functionName: any) => string;
1833
+ };
1834
+ success: {
1835
+ configFileUpdated: (functionName: any, authType: any) => string;
1836
+ };
1837
+ failure: {
1838
+ invalidUser: (functionName: any, parentAccountName: any) => string;
1839
+ scopes: {
1840
+ message: string;
1841
+ instructions: (functionName: any, url: any) => string;
1842
+ };
1843
+ };
1844
+ };
1845
+ delete: {
1846
+ loading: {
1847
+ add: (functionName: any) => string;
1848
+ fail: (functionName: any) => string;
1849
+ succeed: (functionName: any) => string;
1850
+ };
1851
+ success: {
1852
+ configFileUpdated: (functionName: any, authType: any) => string;
1853
+ };
1854
+ failure: {
1855
+ invalidUser: (functionName: any, parentAccountName: any) => string;
1856
+ scopes: {
1857
+ message: string;
1858
+ instructions: (functionName: any, url: any) => string;
1859
+ };
1860
+ };
1861
+ };
1862
+ list: {
1863
+ loading: {
1864
+ add: () => string;
1865
+ fail: () => string;
1866
+ succeed: () => string;
1867
+ };
1868
+ success: {
1869
+ configFileUpdated: (authType: any) => string;
1870
+ };
1871
+ failure: {
1872
+ invalidUser: (parentAccountName: any) => string;
1873
+ scopes: {
1874
+ message: string;
1875
+ instructions: (url: any) => string;
1876
+ };
1877
+ };
1878
+ };
1879
+ };
1880
+ serverlessFunctionWebhooks: {
1881
+ add: {
1882
+ loading: {
1883
+ add: (functionName: any) => string;
1884
+ fail: (functionName: any) => string;
1885
+ succeed: (functionName: any) => string;
1886
+ };
1887
+ success: {
1888
+ configFileUpdated: (functionName: any, authType: any) => string;
1889
+ };
1890
+ failure: {
1891
+ invalidUser: (functionName: any, parentAccountName: any) => string;
1892
+ scopes: {
1893
+ message: string;
1894
+ instructions: (functionName: any, url: any) => string;
1895
+ };
1896
+ };
1897
+ };
1898
+ delete: {
1899
+ loading: {
1900
+ add: (functionName: any) => string;
1901
+ fail: (functionName: any) => string;
1902
+ succeed: (functionName: any) => string;
1903
+ };
1904
+ success: {
1905
+ configFileUpdated: (functionName: any, authType: any) => string;
1906
+ };
1907
+ failure: {
1908
+ invalidUser: (functionName: any, parentAccountName: any) => string;
1909
+ scopes: {
1910
+ message: string;
1911
+ instructions: (functionName: any, url: any) => string;
1912
+ };
1913
+ };
1914
+ };
1915
+ list: {
1916
+ loading: {
1917
+ add: () => string;
1918
+ fail: () => string;
1919
+ succeed: () => string;
1920
+ };
1921
+ success: {
1922
+ configFileUpdated: (authType: any) => string;
1923
+ };
1924
+ failure: {
1925
+ invalidUser: (parentAccountName: any) => string;
1926
+ scopes: {
1927
+ message: string;
1928
+ instructions: (url: any) => string;
1929
+ };
1930
+ };
1931
+ };
1932
+ };
1933
+ serverlessFunctionWebhookSubscriptions: {
1934
+ add: {
1935
+ loading: {
1936
+ add: (functionName: any) => string;
1937
+ fail: (functionName: any) => string;
1938
+ succeed: (functionName: any) => string;
1939
+ };
1940
+ success: {
1941
+ configFileUpdated: (functionName: any, authType: any) => string;
1942
+ };
1943
+ failure: {
1944
+ invalidUser: (functionName: any, parentAccountName: any) => string;
1945
+ scopes: {
1946
+ message: string;
1947
+ instructions: (functionName: any, url: any) => string;
1948
+ };
1949
+ };
1950
+ };
1951
+ delete: {
1952
+ loading: {
1953
+ add: (functionName: any) => string;
1954
+ fail: (functionName: any) => string;
1955
+ succeed: (functionName: any) => string;
1956
+ };
1957
+ success: {
1958
+ configFileUpdated: (functionName: any, authType: any) => string;
1959
+ };
1960
+ failure: {
1961
+ invalidUser: (functionName: any, parentAccountName: any) => string;
1962
+ scopes: {
1963
+ message: string;
1964
+ instructions: (functionName: any, url: any) => string;
1965
+ };
1966
+ };
1967
+ };
1968
+ list: {
1969
+ loading: {
1970
+ add: () => string;
1971
+ fail: () => string;
1972
+ succeed: () => string;
1973
+ };
1974
+ success: {
1975
+ configFileUpdated: (authType: any) => string;
1976
+ };
1977
+ failure: {
1978
+ invalidUser: (parentAccountName: any) => string;
1979
+ scopes: {
1980
+ message: string;
1981
+ instructions: (url: any) => string;
1982
+ };
1983
+ };
1984
+ };
1985
+ };
1986
+ serverlessFunctionWebhookSubscriptionEvents: {
1987
+ add: {
1988
+ loading: {
1989
+ add: (functionName: any) => string;
1990
+ fail: (functionName: any) => string;
1991
+ succeed: (functionName: any) => string;
1992
+ };
1993
+ success: {
1994
+ configFileUpdated: (functionName: any, authType: any) => string;
1995
+ };
1996
+ failure: {
1997
+ invalidUser: (functionName: any, parentAccountName: any) => string;
1998
+ scopes: {
1999
+ message: string;
2000
+ instructions: (functionName: any, url: any) => string;
2001
+ };
2002
+ };
2003
+ };
2004
+ delete: {
2005
+ loading: {
2006
+ add: (functionName: any) => string;
2007
+ fail: (functionName: any) => string;
2008
+ succeed: (functionName: any) => string;
2009
+ };
2010
+ success: {
2011
+ configFileUpdated: (functionName: any, authType: any) => string;
2012
+ };
2013
+ failure: {
2014
+ invalidUser: (functionName: any, parentAccountName: any) => string;
2015
+ scopes: {
2016
+ message: string;
2017
+ instructions: (functionName: any, url: any) => string;
2018
+ };
2019
+ };
2020
+ };
2021
+ list: {
2022
+ loading: {
2023
+ add: () => string;
2024
+ fail: () => string;
2025
+ succeed: () => string;
2026
+ };
2027
+ success: {
2028
+ configFileUpdated: (authType: any) => string;
2029
+ };
2030
+ failure: {
2031
+ invalidUser: (parentAccountName: any) => string;
2032
+ scopes: {
2033
+ message: string;
2034
+ instructions: (url: any) => string;
2035
+ };
2036
+ };
2037
+ };
2038
+ };
2039
+ serverlessFunctionWebhookSubscriptionEventTypes: {
2040
+ add: {
2041
+ loading: {
2042
+ add: (functionName: any) => string;
2043
+ fail: (functionName: any) => string;
2044
+ succeed: (functionName: any) => string;
2045
+ };
2046
+ success: {
2047
+ configFileUpdated: (functionName: any, authType: any) => string;
2048
+ };
2049
+ failure: {
2050
+ invalidUser: (functionName: any, parentAccountName: any) => string;
2051
+ scopes: {
2052
+ message: string;
2053
+ instructions: (functionName: any, url: any) => string;
2054
+ };
2055
+ };
2056
+ };
2057
+ delete: {
2058
+ loading: {
2059
+ add: (functionName: any) => string;
2060
+ fail: (functionName: any) => string;
2061
+ succeed: (functionName: any) => string;
2062
+ };
2063
+ success: {
2064
+ configFileUpdated: (functionName: any, authType: any) => string;
2065
+ };
2066
+ failure: {
2067
+ invalidUser: (functionName: any, parentAccountName: any) => string;
2068
+ scopes: {
2069
+ message: string;
2070
+ instructions: (functionName: any, url: any) => string;
2071
+ };
2072
+ };
2073
+ };
2074
+ list: {
2075
+ loading: {
2076
+ add: () => string;
2077
+ fail: () => string;
2078
+ succeed: () => string;
2079
+ };
2080
+ success: {
2081
+ configFileUpdated: (authType: any) => string;
2082
+ };
2083
+ failure: {
2084
+ invalidUser: (parentAccountName: any) => string;
2085
+ scopes: {
2086
+ message: string;
2087
+ instructions: (url: any) => string;
2088
+ };
2089
+ };
2090
+ };
2091
+ };
2092
+ serverlessFunctionWebhookSubscriptionEventTypeOptions: {
2093
+ add: {
2094
+ loading: {
2095
+ add: (functionName: any) => string;
2096
+ fail: (functionName: any) => string;
2097
+ succeed: (functionName: any) => string;
2098
+ };
2099
+ success: {
2100
+ configFileUpdated: (functionName: any, authType: any) => string;
2101
+ };
2102
+ failure: {
2103
+ invalidUser: (functionName: any, parentAccountName: any) => string;
2104
+ scopes: {
2105
+ message: string;
2106
+ instructions: (functionName: any, url: any) => string;
2107
+ };
2108
+ };
2109
+ };
2110
+ delete: {
2111
+ loading: {
2112
+ add: (functionName: any) => string;
2113
+ fail: (functionName: any) => string;
2114
+ succeed: (functionName: any) => string;
2115
+ };
2116
+ success: {
2117
+ configFileUpdated: (functionName: any, authType: any) => string;
2118
+ };
2119
+ failure: {
2120
+ invalidUser: (functionName: any, parentAccountName: any) => string;
2121
+ scopes: {
2122
+ message: string;
2123
+ instructions: (functionName: any, url: any) => string;
2124
+ };
2125
+ };
2126
+ };
2127
+ list: {
2128
+ loading: {
2129
+ add: () => string;
2130
+ fail: () => string;
2131
+ succeed: () => string;
2132
+ };
2133
+ success: {
2134
+ configFileUpdated: (authType: any) => string;
2135
+ };
2136
+ failure: {
2137
+ invalidUser: (parentAccountName: any) => string;
2138
+ scopes: {
2139
+ message: string;
2140
+ instructions: (url: any) => string;
2141
+ };
2142
+ };
2143
+ };
2144
+ };
2145
+ };
2146
+ export declare const lib: {
2147
+ process: {
2148
+ exitDebug: (signal: any) => string;
2149
+ };
2150
+ DevServerManager: {
2151
+ portConflict: (port: any) => string;
2152
+ notInitialized: string;
2153
+ noCompatibleComponents: (serverKey: any) => string;
2154
+ };
2155
+ LocalDevManager: {
2156
+ failedToInitialize: string;
2157
+ noDeployedBuild: (projectName: any, accountIdentifier: any, uploadCommand: any) => string;
2158
+ noComponents: string;
2159
+ betaMessage: string;
2160
+ learnMoreLocalDevServer: string;
2161
+ running: (projectName: any, accountIdentifier: any) => string;
2162
+ quitHelper: string;
2163
+ viewProjectLink: string;
2164
+ viewTestAccountLink: string;
2165
+ exitingStart: string;
2166
+ exitingSucceed: string;
2167
+ exitingFail: string;
2168
+ missingUid: (devCommand: any) => string;
2169
+ uploadWarning: {
2170
+ appLabel: string;
2171
+ uiExtensionLabel: string;
2172
+ missingComponents: (missingComponents: any) => string;
2173
+ defaultWarning: string;
2174
+ defaultPublicAppWarning: (installCount: any, installText: any) => string;
2175
+ header: (warning: any) => string;
2176
+ stopDev: (command: any) => string;
2177
+ runUpload: (command: any) => string;
2178
+ restartDev: (command: any) => string;
2179
+ pushToGithub: string;
2180
+ };
2181
+ activeInstallWarning: {
2182
+ installCount: (appName: any, installCount: any, installText: any) => string;
2183
+ explanation: string;
2184
+ confirmation: string;
2185
+ confirmationPrompt: string;
2186
+ };
2187
+ devServer: {
2188
+ cleanupError: (message: any) => string;
2189
+ setupError: (message: any) => string;
2190
+ startError: (message: any) => string;
2191
+ fileChangeError: (message: any) => string;
2192
+ };
2193
+ };
2194
+ localDev: {
2195
+ confirmDefaultAccountIsTarget: {
2196
+ configError: (authCommand: any) => string;
2197
+ declineDefaultAccountExplanation: (useCommand: any, devCommand: any) => string;
2198
+ };
2199
+ checkIfDefaultAccountIsSupported: {
2200
+ publicApp: (useCommand: any, authCommand: any) => string;
2201
+ privateApp: (useCommand: any, authCommand: any) => string;
2202
+ };
2203
+ validateAccountOption: {
2204
+ invalidPublicAppAccount: (useCommand: any, devCommand: any) => string;
2205
+ invalidPrivateAppAccount: (useCommand: any) => string;
2206
+ nonSandboxWarning: (command: any) => string;
2207
+ publicAppNonDeveloperTestAccountWarning: () => string;
2208
+ };
2209
+ createNewProjectForLocalDev: {
2210
+ projectMustExistExplanation: (projectName: any, accountIdentifier: any) => string;
2211
+ publicAppProjectMustExistExplanation: (projectName: any, accountIdentifier: any) => string;
2212
+ createProject: (projectName: any, accountIdentifier: any) => string;
2213
+ choseNotToCreateProject: string;
2214
+ creatingProject: (projectName: any, accountIdentifier: any) => string;
2215
+ createdProject: (projectName: any, accountIdentifier: any) => string;
2216
+ failedToCreateProject: string;
2217
+ };
2218
+ createInitialBuildForNewProject: {
2219
+ initialUploadMessage: string;
2220
+ projectLockedError: string;
2221
+ genericError: (uploadCommand: any) => string;
2222
+ };
2223
+ checkIfParentAccountIsAuthed: {
2224
+ notAuthedError: (authCommand: any, accountId: any, accountIdentifier: any) => string;
2225
+ };
2226
+ };
2227
+ projects: {
2228
+ create: {
2229
+ errors: {
2230
+ noProjectsInConfig: string;
2231
+ missingConfigFileTemplateSource: string;
2232
+ missingPropertiesInConfig: string;
2233
+ };
2234
+ };
2235
+ validateProjectConfig: {
2236
+ configNotFound: (createCommand: any) => string;
2237
+ configMissingFields: string;
2238
+ srcDirNotFound: (srcDir: any, projectDir: any) => string;
2239
+ srcOutsideProjectDir: (projectConfig: any, srcDir: any) => string;
2240
+ };
2241
+ ensureProjectExists: {
2242
+ createPrompt: (projectName: any, accountIdentifier: any) => string;
2243
+ createPromptUpload: (projectName: any, accountIdentifier: any) => string;
2244
+ createSuccess: (projectName: any, accountIdentifier: any) => string;
2245
+ notFound: (projectName: any, accountIdentifier: any) => string;
2246
+ };
2247
+ pollFetchProject: {
2248
+ checkingProject: (accountIdentifier: any) => string;
2249
+ };
2250
+ logFeedbackMessage: {
2251
+ feedbackHeader: string;
2252
+ feedbackMessage: (command: any) => string;
2253
+ };
2254
+ };
2255
+ projectBuildAndDeploy: {
2256
+ makePollTaskStatusFunc: {
2257
+ componentCountSingular: string;
2258
+ componentCount: (numComponents: any) => string;
2259
+ successStatusText: string;
2260
+ failedStatusText: string;
2261
+ errorFetchingTaskStatus: (taskType: any) => string;
2262
+ };
2263
+ pollBuildAutodeployStatusError: (buildId: any) => string;
2264
+ pollProjectBuildAndDeploy: {
2265
+ buildSucceededAutomaticallyDeploying: (buildId: any, accountIdentifier: any) => string;
2266
+ cleanedUpTempFile: (path: any) => string;
2267
+ viewDeploys: string;
2268
+ unableToFindAutodeployStatus: (buildId: any, viewDeploysLink: any) => string;
2269
+ };
2270
+ };
2271
+ projectUpload: {
2272
+ uploadProjectFiles: {
2273
+ add: (projectName: any, accountIdentifier: any) => string;
2274
+ fail: (projectName: any, accountIdentifier: any) => string;
2275
+ succeed: (projectName: any, accountIdentifier: any) => string;
2276
+ buildCreated: (projectName: any, buildId: any) => string;
2277
+ };
2278
+ handleProjectUpload: {
2279
+ emptySource: (srcDir: any, command: any) => string;
2280
+ compressed: (byteCount: any) => string;
2281
+ compressing: (path: any) => string;
2282
+ fileFiltered: (filename: any) => string;
2283
+ };
2284
+ };
2285
+ middleware: {
2286
+ fireAlarm: {
2287
+ failedToLoadBoxen: string;
2288
+ };
2289
+ };
2290
+ ui: {
2291
+ betaTag: string;
2292
+ betaWarning: {
2293
+ header: string;
2294
+ footer: string;
2295
+ };
2296
+ infoTag: string;
2297
+ deprecatedTag: string;
2298
+ errorTag: string;
2299
+ deprecatedMessage: (command: any, url: any) => string;
2300
+ deprecatedDescription: (message: any, command: any, url: any) => string;
2301
+ deprecatedUrlText: string;
2302
+ disabledMessage: (command: any, npmCommand: any, url: any) => string;
2303
+ disabledUrlText: string;
2304
+ featureHighlight: {
2305
+ defaultTitle: string;
2306
+ featureKeys: {
2307
+ accountOption: {
2308
+ command: string;
2309
+ message: (command: any) => string;
2310
+ };
2311
+ accountsListCommand: {
2312
+ command: string;
2313
+ message: (command: any) => string;
2314
+ };
2315
+ accountsUseCommand: {
2316
+ command: string;
2317
+ message: (command: any) => string;
2318
+ };
2319
+ authCommand: {
2320
+ command: string;
2321
+ message: (command: any) => string;
2322
+ };
2323
+ feedbackCommand: {
2324
+ command: string;
2325
+ message: (command: any) => string;
2326
+ };
2327
+ helpCommand: {
2328
+ command: string;
2329
+ message: (command: any) => string;
2330
+ };
2331
+ projectCreateCommand: {
2332
+ command: string;
2333
+ message: (command: any) => string;
2334
+ };
2335
+ projectDeployCommand: {
2336
+ command: string;
2337
+ message: (command: any) => string;
2338
+ };
2339
+ projectHelpCommand: {
2340
+ command: string;
2341
+ message: (command: any) => string;
2342
+ };
2343
+ projectUploadCommand: {
2344
+ command: string;
2345
+ message: (command: any) => string;
2346
+ };
2347
+ projectDevCommand: {
2348
+ command: string;
2349
+ message: (command: any) => string;
2350
+ };
2351
+ projectInstallDepsCommand: {
2352
+ command: string;
2353
+ message: (command: any) => string;
2354
+ };
2355
+ sampleProjects: {
2356
+ linkText: string;
2357
+ url: string;
2358
+ message: (link: any) => string;
2359
+ };
2360
+ };
2361
+ };
2362
+ git: {
2363
+ securityIssue: string;
2364
+ configFileTracked: string;
2365
+ fileName: (configPath: any) => string;
2366
+ remediate: string;
2367
+ moveConfig: (homeDir: any) => string;
2368
+ addGitignore: (configPath: any) => string;
2369
+ noRemote: string;
2370
+ checkFailed: string;
2371
+ };
2372
+ serverlessFunctionLogs: {
2373
+ unableToProcessLog: (log: any) => string;
2374
+ noLogsFound: string;
2375
+ };
2376
+ };
2377
+ commonOpts: {
2378
+ options: {
2379
+ account: {
2380
+ describe: string;
2381
+ };
2382
+ config: {
2383
+ describe: string;
2384
+ };
2385
+ overwrite: {
2386
+ describe: string;
2387
+ };
2388
+ modes: {
2389
+ describe: {
2390
+ default: (modes: any) => string;
2391
+ read: (modes: any) => string;
2392
+ write: (modes: any) => string;
2393
+ };
2394
+ };
2395
+ qa: {
2396
+ describe: string;
2397
+ };
2398
+ useEnv: {
2399
+ describe: string;
2400
+ };
2401
+ debug: {
2402
+ describe: string;
2403
+ };
2404
+ };
2405
+ };
2406
+ prompts: {
2407
+ projectDevTargetAccountPrompt: {
2408
+ createNewSandboxOption: string;
2409
+ createNewDeveloperTestAccountOption: string;
2410
+ chooseDefaultAccountOption: () => string;
2411
+ promptMessage: (accountType: any, accountIdentifier: any) => string;
2412
+ sandboxLimit: (limit: any) => string;
2413
+ sandboxLimitWithSuggestion: (limit: any, authCommand: any) => string;
2414
+ developerTestAccountLimit: (limit: any) => string;
2415
+ confirmDefaultAccount: (accountName: any, accountType: any) => string;
2416
+ confirmUseExistingDeveloperTestAccount: (accountName: any) => string;
2417
+ noAccountId: string;
2418
+ };
2419
+ projectLogsPrompt: {
2420
+ functionName: (projectName: any) => string;
2421
+ };
2422
+ setAsDefaultAccountPrompt: {
2423
+ setAsDefaultAccountMessage: string;
2424
+ setAsDefaultAccount: (accountName: any) => string;
2425
+ keepingCurrentDefault: (accountName: any) => string;
2426
+ };
2427
+ accountNamePrompt: {
2428
+ enterAccountName: string;
2429
+ enterDeveloperTestAccountName: string;
2430
+ enterStandardSandboxName: string;
2431
+ enterDevelopmentSandboxName: string;
2432
+ sandboxDefaultName: (sandboxType: any) => string;
2433
+ developerTestAccountDefaultName: (count: any) => string;
2434
+ errors: {
2435
+ invalidName: string;
2436
+ nameRequired: string;
2437
+ spacesInName: string;
2438
+ accountNameExists: (name: any) => string;
2439
+ };
2440
+ };
2441
+ personalAccessKeyPrompt: {
2442
+ enterAccountId: string;
2443
+ enterClientId: string;
2444
+ enterClientSecret: string;
2445
+ enterPersonalAccessKey: string;
2446
+ selectScopes: string;
2447
+ personalAccessKeySetupTitle: string;
2448
+ personalAccessKeyBrowserOpenPrep: string;
2449
+ personalAccessKeyBrowserOpenPrompt: string;
2450
+ logs: {
2451
+ openingWebBrowser: (url: any) => string;
2452
+ };
2453
+ errors: {
2454
+ invalidAccountId: string;
2455
+ invalidOauthClientId: string;
2456
+ invalidOauthClientIdLength: string;
2457
+ invalidOauthClientSecret: string;
2458
+ invalidOauthClientSecretLength: string;
2459
+ invalidOauthClientSecretCopy: string;
2460
+ invalidPersonalAccessKey: string;
2461
+ invalidPersonalAccessKeyCopy: string;
2462
+ };
2463
+ };
2464
+ createTemplatePrompt: {
2465
+ selectTemplate: string;
2466
+ };
2467
+ createModulePrompt: {
2468
+ enterLabel: string;
2469
+ selectReactType: string;
2470
+ selectContentType: string;
2471
+ confirmGlobal: string;
2472
+ availableForNewContent: string;
2473
+ errors: {
2474
+ invalidLabel: string;
2475
+ labelRequired: string;
2476
+ contentTypeRequired: string;
2477
+ };
2478
+ };
2479
+ createFunctionPrompt: {
2480
+ enterFolder: string;
2481
+ enterFilename: string;
2482
+ enterEndpointPath: string;
2483
+ selectEndpointMethod: string;
2484
+ errors: {
2485
+ invalid: string;
2486
+ blank: string;
2487
+ space: string;
2488
+ };
2489
+ };
2490
+ createApiSamplePrompt: {
2491
+ selectApiSampleApp: string;
2492
+ selectLanguage: string;
2493
+ errors: {
2494
+ apiSampleAppRequired: string;
2495
+ languageRequired: string;
2496
+ };
2497
+ };
2498
+ createProjectPrompt: {
2499
+ enterName: string;
2500
+ enterDest: string;
2501
+ selectTemplate: string;
2502
+ errors: {
2503
+ nameRequired: string;
2504
+ destRequired: string;
2505
+ invalidDest: string;
2506
+ invalidCharacters: string;
2507
+ invalidTemplate: (template: any) => string;
2508
+ };
2509
+ };
2510
+ selectPublicAppPrompt: {
2511
+ selectAppIdMigrate: (accountName: any) => string;
2512
+ selectAppIdClone: (accountName: any) => string;
2513
+ errors: {
2514
+ noAccountId: string;
2515
+ noAppsMigration: () => string;
2516
+ noAppsClone: () => string;
2517
+ noAppsMigrationMessage: (accountName: any) => string;
2518
+ noAppsCloneMessage: (accountName: any) => string;
2519
+ errorFetchingApps: string;
2520
+ cannotBeMigrated: string;
2521
+ };
2522
+ };
2523
+ downloadProjectPrompt: {
2524
+ selectProject: string;
2525
+ errors: {
2526
+ projectNotFound: (projectName: any, accountId: any) => string;
2527
+ accountIdRequired: string;
2528
+ };
2529
+ };
2530
+ projectAddPrompt: {
2531
+ selectType: string;
2532
+ enterName: string;
2533
+ errors: {
2534
+ nameRequired: string;
2535
+ invalidType: (type: any) => string;
2536
+ };
2537
+ };
2538
+ secretPrompt: {
2539
+ enterValue: string;
2540
+ enterName: string;
2541
+ selectSecretUpdate: string;
2542
+ selectSecretDelete: string;
2543
+ errors: {
2544
+ invalidValue: string;
2545
+ };
2546
+ };
2547
+ sandboxesPrompt: {
2548
+ selectAccountName: string;
2549
+ selectParentAccountName: string;
2550
+ type: {
2551
+ message: string;
2552
+ developer: string;
2553
+ standard: string;
2554
+ };
2555
+ };
2556
+ uploadPrompt: {
2557
+ enterDest: string;
2558
+ enterSrc: string;
2559
+ errors: {
2560
+ srcRequired: string;
2561
+ destRequired: string;
2562
+ };
2563
+ fieldsPrompt: (dir: any) => string;
2564
+ };
2565
+ projectNamePrompt: {
2566
+ enterName: string;
2567
+ errors: {
2568
+ invalidName: string;
2569
+ projectDoesNotExist: (projectName: any, accountIdentifier: any) => string;
2570
+ };
2571
+ };
2572
+ previewPrompt: {
2573
+ enterSrc: string;
2574
+ enterDest: string;
2575
+ themeProjectSelect: string;
2576
+ errors: {
2577
+ srcRequired: string;
2578
+ destRequired: string;
2579
+ };
2580
+ };
2581
+ installPublicAppPrompt: {
2582
+ explanation: string;
2583
+ reinstallExplanation: string;
2584
+ prompt: string;
2585
+ reinstallPrompt: string;
2586
+ decline: () => string;
2587
+ };
2588
+ selectHubDBTablePrompt: {
2589
+ selectTable: string;
2590
+ enterDest: string;
2591
+ errors: {
2592
+ noTables: (accountId: any) => string;
2593
+ errorFetchingTables: (accountId: any) => string;
2594
+ destRequired: string;
2595
+ invalidDest: string;
2596
+ invalidCharacters: string;
2597
+ };
2598
+ };
2599
+ };
2600
+ convertFields: {
2601
+ positionals: {
2602
+ src: {
2603
+ describe: string;
2604
+ };
2605
+ };
2606
+ options: {
2607
+ options: {
2608
+ describe: string;
2609
+ };
2610
+ };
2611
+ };
2612
+ developerTestAccount: {
2613
+ create: {
2614
+ loading: {
2615
+ add: (accountName: any) => string;
2616
+ fail: (accountName: any) => string;
2617
+ succeed: (accountName: any, accountId: any) => string;
2618
+ };
2619
+ success: {
2620
+ configFileUpdated: (accountName: any, authType: any) => string;
2621
+ };
2622
+ failure: {
2623
+ invalidUser: (accountName: any, parentAccountName: any) => string;
2624
+ limit: (accountName: any, limit: any) => string;
2625
+ alreadyInConfig: (accountName: any, limit: any) => string;
2626
+ scopes: {
2627
+ message: string;
2628
+ instructions: (accountName: any, url: any) => string;
2629
+ };
2630
+ };
2631
+ };
2632
+ };
2633
+ sandbox: {
2634
+ create: {
2635
+ developer: {
2636
+ loading: {
2637
+ add: (accountName: any) => string;
2638
+ fail: (accountName: any) => string;
2639
+ succeed: (accountName: any, accountId: any) => string;
2640
+ };
2641
+ success: {
2642
+ configFileUpdated: (accountName: any, authType: any) => string;
2643
+ };
2644
+ failure: {
2645
+ invalidUser: (accountName: any, parentAccountName: any) => string;
2646
+ limit: (accountName: any, limit: any) => string;
2647
+ alreadyInConfig: (accountName: any, limit: any) => string;
2648
+ scopes: {
2649
+ message: string;
2650
+ instructions: (accountName: any, url: any) => string;
2651
+ };
2652
+ };
2653
+ };
2654
+ standard: {
2655
+ loading: {
2656
+ add: (accountName: any) => string;
2657
+ fail: (accountName: any) => string;
2658
+ succeed: (accountName: any, accountId: any) => string;
2659
+ };
2660
+ success: {
2661
+ configFileUpdated: (accountName: any, authType: any) => string;
2662
+ };
2663
+ failure: {
2664
+ invalidUser: (accountName: any, parentAccountName: any) => string;
2665
+ limit: (accountName: any, limit: any) => string;
2666
+ alreadyInConfig: (accountName: any, limit: any) => string;
2667
+ scopes: {
2668
+ message: string;
2669
+ instructions: (accountName: any, url: any) => string;
2670
+ };
2671
+ };
2672
+ };
2673
+ };
2674
+ sync: {
2675
+ loading: {
2676
+ add: (accountName: any) => string;
2677
+ fail: (accountName: any) => string;
2678
+ succeed: (accountName: any) => string;
2679
+ };
2680
+ success: {
2681
+ configFileUpdated: (accountName: any, authType: any) => string;
2682
+ };
2683
+ failure: {
2684
+ invalidUser: (accountName: any, parentAccountName: any) => string;
2685
+ scopes: {
2686
+ message: string;
2687
+ instructions: (accountName: any, url: any) => string;
2688
+ };
2689
+ };
2690
+ };
2691
+ };
2692
+ errorHandlers: {
2693
+ index: {
2694
+ errorOccurred: (error: any) => string;
2695
+ errorContext: (context: any) => string;
2696
+ errorCause: (cause: any) => string;
2697
+ unknownErrorOccurred: string;
2698
+ };
2699
+ suppressErrors: {
2700
+ platformVersionErrors: {
2701
+ header: string;
2702
+ unspecifiedPlatformVersion: (platformVersion: any) => string;
2703
+ platformVersionRetired: (platformVersion: any) => string;
2704
+ nonExistentPlatformVersion: (platformVersion: any) => string;
2705
+ updateProject: string;
2706
+ docsLink: string;
2707
+ betaLink: (docsLink: any) => string;
2708
+ };
2709
+ missingScopeError: (request: any, accountName: any, authCommand: any) => string;
2710
+ };
2711
+ };
2712
+ serverless: {
2713
+ verifyAccessKeyAndUserAccess: {
2714
+ fetchScopeDataError: (scopeGroup: any) => string;
2715
+ portalMissingScope: string;
2716
+ userMissingScope: string;
2717
+ genericMissingScope: string;
2718
+ };
2719
+ };
2720
+ doctor: {
2721
+ runningDiagnostics: string;
2722
+ diagnosticsComplete: string;
2723
+ accountChecks: {
2724
+ active: string;
2725
+ inactive: string;
2726
+ inactiveSecondary: (command: any) => string;
2727
+ unableToDetermine: string;
2728
+ pak: {
2729
+ incomplete: string;
2730
+ incompleteSecondary: (command: any, link: any) => string;
2731
+ invalid: string;
2732
+ invalidSecondary: (command: any) => string;
2733
+ valid: (link: any) => string;
2734
+ viewScopes: string;
2735
+ };
2736
+ };
2737
+ nodeChecks: {
2738
+ unableToDetermine: string;
2739
+ minimumNotMet: (nodeVersion: any) => string;
2740
+ success: (nodeVersion: any) => string;
2741
+ };
2742
+ npmChecks: {
2743
+ notInstalled: string;
2744
+ installed: (npmVersion: any) => string;
2745
+ unableToDetermine: string;
2746
+ };
2747
+ hsChecks: {
2748
+ notLatest: (hsVersion: any) => string;
2749
+ notLatestSecondary: (command: any, hsVersion: any) => string;
2750
+ latest: (hsVersion: any) => string;
2751
+ unableToDetermine: string;
2752
+ unableToDetermineSecondary: (command: any, link: any) => string;
2753
+ unableToDetermineSecondaryLink: string;
2754
+ };
2755
+ projectDependenciesChecks: {
2756
+ missingDependencies: (dir: any) => string;
2757
+ missingDependenciesSecondary: (command: any) => string;
2758
+ unableToDetermine: (dir: any) => string;
2759
+ success: string;
2760
+ };
2761
+ files: {
2762
+ invalidJson: (filename: any) => string;
2763
+ validJson: string;
2764
+ };
2765
+ port: {
2766
+ inUse: (port: any) => string;
2767
+ inUseSecondary: (command: any) => string;
2768
+ available: (port: any) => string;
2769
+ };
2770
+ diagnosis: {
2771
+ cli: {
2772
+ header: string;
2773
+ };
2774
+ cliConfig: {
2775
+ header: string;
2776
+ configFileSubHeader: (filename: any) => string;
2777
+ defaultAccountSubHeader: (accountDetails: any) => string;
2778
+ noConfigFile: string;
2779
+ noConfigFileSecondary: (command: any) => string;
2780
+ };
2781
+ projectConfig: {
2782
+ header: string;
2783
+ projectDirSubHeader: (projectDir: any) => string;
2784
+ projectNameSubHeader: (projectName: any) => string;
2785
+ };
2786
+ counts: {
2787
+ errors: (count: any) => string;
2788
+ warnings: (count: any) => string;
2789
+ };
2790
+ };
2791
+ };
2792
+ oauth: {
2793
+ missingClientId: string;
2794
+ };
2795
+ migrate: {
2796
+ componentsToBeMigrated: (components: any) => string;
2797
+ componentsThatWillNotBeMigrated: (components: any) => string;
2798
+ errors: {
2799
+ project: {
2800
+ invalidConfig: string;
2801
+ doesNotExist: string;
2802
+ multipleApps: string;
2803
+ alreadyExists: (projectName: any) => string;
2804
+ };
2805
+ unmigratableReasons: {
2806
+ upToDate: string;
2807
+ isPrivateApp: string;
2808
+ listedInMarketplace: string;
2809
+ generic: (reasonCode: any) => string;
2810
+ };
2811
+ noAppsEligible: (accountId: any, reasons: any) => string;
2812
+ invalidAccountTypeTitle: () => string;
2813
+ invalidAccountTypeDescription: (useCommand: any, authCommand: any) => string;
2814
+ appWithAppIdNotFound: (appId: any) => string;
2815
+ noAppsForProject: (projectName: string) => string;
2816
+ migrationFailed: string;
2817
+ notUngatedForUnifiedApps: (account: any) => string;
2818
+ };
2819
+ prompt: {
2820
+ chooseApp: string;
2821
+ inputName: string;
2822
+ inputDest: string;
2823
+ uidForComponent: (componentName: any) => string;
2824
+ proceed: string;
2825
+ };
2826
+ spinners: {
2827
+ beginningMigration: string;
2828
+ unableToStartMigration: string;
2829
+ finishingMigration: string;
2830
+ migrationComplete: string;
2831
+ migrationFailed: string;
2832
+ downloadingProjectContents: string;
2833
+ downloadingProjectContentsComplete: string;
2834
+ downloadingProjectContentsFailed: string;
2835
+ copyingProjectFiles: string;
2836
+ copyingProjectFilesComplete: string;
2837
+ copyingProjectFilesFailed: string;
2838
+ };
2839
+ };
2840
+ };