spitfirepm 23.8690.1 → 23.8690.3
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/dist/SwaggerClients.d.ts +284 -284
- package/dist/SwaggerClients.js +139 -139
- package/dist/SwaggerClients.js.map +1 -1
- package/dist/globals.d.ts +4 -1
- package/dist/sfRESTClient.js +13 -4
- package/dist/sfRESTClient.js.map +1 -1
- package/package.json +1 -1
package/dist/SwaggerClients.d.ts
CHANGED
|
@@ -2617,22 +2617,22 @@ export interface IUCPermitSet {
|
|
|
2617
2617
|
}
|
|
2618
2618
|
/** Permissions for a specific function */
|
|
2619
2619
|
export declare class UCPermit implements IUCPermit {
|
|
2620
|
+
/** If not empty, for a specific document (rare) */
|
|
2621
|
+
DocMasterKey?: string | undefined;
|
|
2622
|
+
/** If not empty, for a specific doc reference(rare) */
|
|
2623
|
+
DocReference?: string | undefined;
|
|
2624
|
+
/** If not empty, for a specific document process type(Common) */
|
|
2625
|
+
DocTypeKey?: string | undefined;
|
|
2620
2626
|
/** When true, has read permission */
|
|
2621
2627
|
ReadOK: boolean;
|
|
2622
2628
|
/** When true, has read permission */
|
|
2623
|
-
BlanketOK: boolean;
|
|
2624
|
-
/** When true, has read permission */
|
|
2625
2629
|
InsOK: boolean;
|
|
2626
2630
|
/** When true, has read permission */
|
|
2627
2631
|
UpdOK: boolean;
|
|
2628
2632
|
/** When true, has read permission */
|
|
2629
2633
|
DelOK: boolean;
|
|
2630
|
-
/**
|
|
2631
|
-
|
|
2632
|
-
/** If not empty, for a specific document (rare) */
|
|
2633
|
-
DocMasterKey?: string | undefined;
|
|
2634
|
-
/** If not empty, for a specific doc reference(rare) */
|
|
2635
|
-
DocReference?: string | undefined;
|
|
2634
|
+
/** When true, has read permission */
|
|
2635
|
+
BlanketOK: boolean;
|
|
2636
2636
|
/** When true, there is no restriction on this permission */
|
|
2637
2637
|
IsGlobal: boolean;
|
|
2638
2638
|
constructor(data?: IUCPermit);
|
|
@@ -2643,22 +2643,22 @@ export declare class UCPermit implements IUCPermit {
|
|
|
2643
2643
|
}
|
|
2644
2644
|
/** Permissions for a specific function */
|
|
2645
2645
|
export interface IUCPermit {
|
|
2646
|
+
/** If not empty, for a specific document (rare) */
|
|
2647
|
+
DocMasterKey?: string | undefined;
|
|
2648
|
+
/** If not empty, for a specific doc reference(rare) */
|
|
2649
|
+
DocReference?: string | undefined;
|
|
2650
|
+
/** If not empty, for a specific document process type(Common) */
|
|
2651
|
+
DocTypeKey?: string | undefined;
|
|
2646
2652
|
/** When true, has read permission */
|
|
2647
2653
|
ReadOK: boolean;
|
|
2648
2654
|
/** When true, has read permission */
|
|
2649
|
-
BlanketOK: boolean;
|
|
2650
|
-
/** When true, has read permission */
|
|
2651
2655
|
InsOK: boolean;
|
|
2652
2656
|
/** When true, has read permission */
|
|
2653
2657
|
UpdOK: boolean;
|
|
2654
2658
|
/** When true, has read permission */
|
|
2655
2659
|
DelOK: boolean;
|
|
2656
|
-
/**
|
|
2657
|
-
|
|
2658
|
-
/** If not empty, for a specific document (rare) */
|
|
2659
|
-
DocMasterKey?: string | undefined;
|
|
2660
|
-
/** If not empty, for a specific doc reference(rare) */
|
|
2661
|
-
DocReference?: string | undefined;
|
|
2660
|
+
/** When true, has read permission */
|
|
2661
|
+
BlanketOK: boolean;
|
|
2662
2662
|
/** When true, there is no restriction on this permission */
|
|
2663
2663
|
IsGlobal: boolean;
|
|
2664
2664
|
}
|
|
@@ -2856,14 +2856,14 @@ export declare class TypeSummary implements ITypeSummary {
|
|
|
2856
2856
|
cnt_open: number;
|
|
2857
2857
|
/** Number of documents closed */
|
|
2858
2858
|
cnt_closed: number;
|
|
2859
|
+
/** Number of documents overdue */
|
|
2860
|
+
cnt_overdue: number;
|
|
2859
2861
|
/** Number of documents due soon */
|
|
2860
2862
|
cnt_DueSoon: number;
|
|
2861
|
-
/** User has permission to create */
|
|
2862
|
-
CanAdd: boolean;
|
|
2863
2863
|
/** Number of days tile due */
|
|
2864
2864
|
DaysTillDue: number;
|
|
2865
|
-
/**
|
|
2866
|
-
|
|
2865
|
+
/** User has permission to create */
|
|
2866
|
+
CanAdd: boolean;
|
|
2867
2867
|
/** eTag */
|
|
2868
2868
|
ETag?: string | undefined;
|
|
2869
2869
|
constructor(data?: ITypeSummary);
|
|
@@ -2882,14 +2882,14 @@ export interface ITypeSummary {
|
|
|
2882
2882
|
cnt_open: number;
|
|
2883
2883
|
/** Number of documents closed */
|
|
2884
2884
|
cnt_closed: number;
|
|
2885
|
+
/** Number of documents overdue */
|
|
2886
|
+
cnt_overdue: number;
|
|
2885
2887
|
/** Number of documents due soon */
|
|
2886
2888
|
cnt_DueSoon: number;
|
|
2887
|
-
/** User has permission to create */
|
|
2888
|
-
CanAdd: boolean;
|
|
2889
2889
|
/** Number of days tile due */
|
|
2890
2890
|
DaysTillDue: number;
|
|
2891
|
-
/**
|
|
2892
|
-
|
|
2891
|
+
/** User has permission to create */
|
|
2892
|
+
CanAdd: boolean;
|
|
2893
2893
|
/** eTag */
|
|
2894
2894
|
ETag?: string | undefined;
|
|
2895
2895
|
}
|
|
@@ -2919,6 +2919,8 @@ export declare class ProjectDocsOfType implements IProjectDocsOfType {
|
|
|
2919
2919
|
FromUser: string;
|
|
2920
2920
|
/** Resolved name of user the Document is "from" */
|
|
2921
2921
|
SortFrom?: string | undefined;
|
|
2922
|
+
/** (Read only) Resolved name of Responsible Party */
|
|
2923
|
+
ResponsibleParty_dv?: string | undefined;
|
|
2922
2924
|
/** Key to contact "Responsible" - used for Ball in Court and other use cases */
|
|
2923
2925
|
ResponsibleParty: string;
|
|
2924
2926
|
/** Key for Contact, from SourceContact or ResponsibleParty or Doc Creator */
|
|
@@ -2933,8 +2935,16 @@ export declare class ProjectDocsOfType implements IProjectDocsOfType {
|
|
|
2933
2935
|
Author?: string | undefined;
|
|
2934
2936
|
/** When the document/process is due */
|
|
2935
2937
|
Due?: Date | undefined;
|
|
2938
|
+
/** when the document/process was approved */
|
|
2939
|
+
Signoff?: Date | undefined;
|
|
2940
|
+
/** when the document/process was closed */
|
|
2941
|
+
Closed?: Date | undefined;
|
|
2936
2942
|
/** Project ID */
|
|
2937
2943
|
Project?: string | undefined;
|
|
2944
|
+
/** Specification */
|
|
2945
|
+
Specification?: string | undefined;
|
|
2946
|
+
/** Subcontract number (shared by commitment, payment requests, CCO, receipts, etc) */
|
|
2947
|
+
SubContract?: string | undefined;
|
|
2938
2948
|
/** Flag indicating pay control option (auto, warn, block) */
|
|
2939
2949
|
PayControl?: string | undefined;
|
|
2940
2950
|
/** Subtype code */
|
|
@@ -2949,10 +2959,19 @@ export declare class ProjectDocsOfType implements IProjectDocsOfType {
|
|
|
2949
2959
|
csAmount: number;
|
|
2950
2960
|
/** Bond */
|
|
2951
2961
|
Bond: number;
|
|
2962
|
+
/** Subsegment code */
|
|
2963
|
+
Subsegment?: string | undefined;
|
|
2952
2964
|
/** Contract type code */
|
|
2953
2965
|
ContractType?: string | undefined;
|
|
2954
2966
|
/** Source date for document (eg invoice date) */
|
|
2955
2967
|
SourceDate?: Date | undefined;
|
|
2968
|
+
/** Payment Item Number */
|
|
2969
|
+
PayItemNumber?: string | undefined;
|
|
2970
|
+
/** External Doc Number */
|
|
2971
|
+
ExternalDocNo?: string | undefined;
|
|
2972
|
+
/** (read only) Display Value for contact named as source
|
|
2973
|
+
*/
|
|
2974
|
+
SourceContact_dv?: string | undefined;
|
|
2956
2975
|
/** Key of Primary Source Contact of document (eq vendor on commitments and related docs) */
|
|
2957
2976
|
SourceContact: string;
|
|
2958
2977
|
/** Current Routing sequence (zero if route is complete) */
|
|
@@ -2961,30 +2980,11 @@ export declare class ProjectDocsOfType implements IProjectDocsOfType {
|
|
|
2961
2980
|
MaxStage: number;
|
|
2962
2981
|
/** How many files are attached */
|
|
2963
2982
|
FilesAttached: number;
|
|
2964
|
-
/** Key of User that last changed document status */
|
|
2965
|
-
LastStatusBy: string;
|
|
2966
|
-
/** when the document/process was closed */
|
|
2967
|
-
Closed?: Date | undefined;
|
|
2968
|
-
/** when the document/process was approved */
|
|
2969
|
-
Signoff?: Date | undefined;
|
|
2970
|
-
/** Subcontract number (shared by commitment, payment requests, CCO, receipts, etc) */
|
|
2971
|
-
SubContract?: string | undefined;
|
|
2972
|
-
/** (Read only) Resolved name of Responsible Party */
|
|
2973
|
-
ResponsibleParty_dv?: string | undefined;
|
|
2974
|
-
/** Specification */
|
|
2975
|
-
Specification?: string | undefined;
|
|
2976
|
-
/** Subsegment code */
|
|
2977
|
-
Subsegment?: string | undefined;
|
|
2978
|
-
/** Payment Item Number */
|
|
2979
|
-
PayItemNumber?: string | undefined;
|
|
2980
|
-
/** External Doc Number */
|
|
2981
|
-
ExternalDocNo?: string | undefined;
|
|
2982
|
-
/** (read only) Display Value for contact named as source
|
|
2983
|
-
*/
|
|
2984
|
-
SourceContact_dv?: string | undefined;
|
|
2985
2983
|
/** (read only) Display Value for user that last changed status
|
|
2986
2984
|
*/
|
|
2987
2985
|
LastStatusBy_dv?: string | undefined;
|
|
2986
|
+
/** Key of User that last changed document status */
|
|
2987
|
+
LastStatusBy: string;
|
|
2988
2988
|
/** eTag */
|
|
2989
2989
|
ETag?: string | undefined;
|
|
2990
2990
|
constructor(data?: IProjectDocsOfType);
|
|
@@ -3019,6 +3019,8 @@ export interface IProjectDocsOfType {
|
|
|
3019
3019
|
FromUser: string;
|
|
3020
3020
|
/** Resolved name of user the Document is "from" */
|
|
3021
3021
|
SortFrom?: string | undefined;
|
|
3022
|
+
/** (Read only) Resolved name of Responsible Party */
|
|
3023
|
+
ResponsibleParty_dv?: string | undefined;
|
|
3022
3024
|
/** Key to contact "Responsible" - used for Ball in Court and other use cases */
|
|
3023
3025
|
ResponsibleParty: string;
|
|
3024
3026
|
/** Key for Contact, from SourceContact or ResponsibleParty or Doc Creator */
|
|
@@ -3033,8 +3035,16 @@ export interface IProjectDocsOfType {
|
|
|
3033
3035
|
Author?: string | undefined;
|
|
3034
3036
|
/** When the document/process is due */
|
|
3035
3037
|
Due?: Date | undefined;
|
|
3038
|
+
/** when the document/process was approved */
|
|
3039
|
+
Signoff?: Date | undefined;
|
|
3040
|
+
/** when the document/process was closed */
|
|
3041
|
+
Closed?: Date | undefined;
|
|
3036
3042
|
/** Project ID */
|
|
3037
3043
|
Project?: string | undefined;
|
|
3044
|
+
/** Specification */
|
|
3045
|
+
Specification?: string | undefined;
|
|
3046
|
+
/** Subcontract number (shared by commitment, payment requests, CCO, receipts, etc) */
|
|
3047
|
+
SubContract?: string | undefined;
|
|
3038
3048
|
/** Flag indicating pay control option (auto, warn, block) */
|
|
3039
3049
|
PayControl?: string | undefined;
|
|
3040
3050
|
/** Subtype code */
|
|
@@ -3049,10 +3059,19 @@ export interface IProjectDocsOfType {
|
|
|
3049
3059
|
csAmount: number;
|
|
3050
3060
|
/** Bond */
|
|
3051
3061
|
Bond: number;
|
|
3062
|
+
/** Subsegment code */
|
|
3063
|
+
Subsegment?: string | undefined;
|
|
3052
3064
|
/** Contract type code */
|
|
3053
3065
|
ContractType?: string | undefined;
|
|
3054
3066
|
/** Source date for document (eg invoice date) */
|
|
3055
3067
|
SourceDate?: Date | undefined;
|
|
3068
|
+
/** Payment Item Number */
|
|
3069
|
+
PayItemNumber?: string | undefined;
|
|
3070
|
+
/** External Doc Number */
|
|
3071
|
+
ExternalDocNo?: string | undefined;
|
|
3072
|
+
/** (read only) Display Value for contact named as source
|
|
3073
|
+
*/
|
|
3074
|
+
SourceContact_dv?: string | undefined;
|
|
3056
3075
|
/** Key of Primary Source Contact of document (eq vendor on commitments and related docs) */
|
|
3057
3076
|
SourceContact: string;
|
|
3058
3077
|
/** Current Routing sequence (zero if route is complete) */
|
|
@@ -3061,30 +3080,11 @@ export interface IProjectDocsOfType {
|
|
|
3061
3080
|
MaxStage: number;
|
|
3062
3081
|
/** How many files are attached */
|
|
3063
3082
|
FilesAttached: number;
|
|
3064
|
-
/** Key of User that last changed document status */
|
|
3065
|
-
LastStatusBy: string;
|
|
3066
|
-
/** when the document/process was closed */
|
|
3067
|
-
Closed?: Date | undefined;
|
|
3068
|
-
/** when the document/process was approved */
|
|
3069
|
-
Signoff?: Date | undefined;
|
|
3070
|
-
/** Subcontract number (shared by commitment, payment requests, CCO, receipts, etc) */
|
|
3071
|
-
SubContract?: string | undefined;
|
|
3072
|
-
/** (Read only) Resolved name of Responsible Party */
|
|
3073
|
-
ResponsibleParty_dv?: string | undefined;
|
|
3074
|
-
/** Specification */
|
|
3075
|
-
Specification?: string | undefined;
|
|
3076
|
-
/** Subsegment code */
|
|
3077
|
-
Subsegment?: string | undefined;
|
|
3078
|
-
/** Payment Item Number */
|
|
3079
|
-
PayItemNumber?: string | undefined;
|
|
3080
|
-
/** External Doc Number */
|
|
3081
|
-
ExternalDocNo?: string | undefined;
|
|
3082
|
-
/** (read only) Display Value for contact named as source
|
|
3083
|
-
*/
|
|
3084
|
-
SourceContact_dv?: string | undefined;
|
|
3085
3083
|
/** (read only) Display Value for user that last changed status
|
|
3086
3084
|
*/
|
|
3087
3085
|
LastStatusBy_dv?: string | undefined;
|
|
3086
|
+
/** Key of User that last changed document status */
|
|
3087
|
+
LastStatusBy: string;
|
|
3088
3088
|
/** eTag */
|
|
3089
3089
|
ETag?: string | undefined;
|
|
3090
3090
|
}
|
|
@@ -3278,36 +3278,44 @@ export declare class UserActionItem implements IUserActionItem {
|
|
|
3278
3278
|
RouteID: string;
|
|
3279
3279
|
/** key for the type of document */
|
|
3280
3280
|
DocTypeKey: string;
|
|
3281
|
-
/** Original key for the type of document */
|
|
3282
|
-
DocTypeKey_ov: string;
|
|
3283
3281
|
/** Same as DocType */
|
|
3284
3282
|
DocTypeKey_dv?: string | undefined;
|
|
3283
|
+
/** Original key for the type of document */
|
|
3284
|
+
DocTypeKey_ov: string;
|
|
3285
3285
|
/** Project ID */
|
|
3286
3286
|
Project?: string | undefined;
|
|
3287
|
+
/** Project Name (Resolved from Project ID) */
|
|
3288
|
+
cmp_Project_Name?: string | undefined;
|
|
3287
3289
|
/** Document Number */
|
|
3288
3290
|
DocNo?: string | undefined;
|
|
3289
3291
|
/** Document Batch (seldom used) */
|
|
3290
3292
|
DocBatchNo?: string | undefined;
|
|
3293
|
+
/** Due Date */
|
|
3294
|
+
Due?: Date | undefined;
|
|
3291
3295
|
/** Title */
|
|
3292
3296
|
Title?: string | undefined;
|
|
3293
3297
|
/** Key for Contact this document is "from" */
|
|
3294
3298
|
FromUser: string;
|
|
3295
3299
|
/** Key for Primary contact on this document */
|
|
3296
3300
|
PrimaryContact: string;
|
|
3301
|
+
/** Display value for Primary Contact */
|
|
3302
|
+
PrimaryContact_dv?: string | undefined;
|
|
3297
3303
|
/** Priority (1=high) */
|
|
3298
3304
|
Priority: number;
|
|
3299
3305
|
/** Date this route was viewed */
|
|
3300
3306
|
Viewed?: Date | undefined;
|
|
3307
|
+
/** Date this document was closed (or null) */
|
|
3308
|
+
Closed?: Date | undefined;
|
|
3301
3309
|
/** Date this route was reaced */
|
|
3302
3310
|
Reached: Date;
|
|
3311
|
+
/** Route Instructions */
|
|
3312
|
+
Note?: string | undefined;
|
|
3303
3313
|
/** Resolved Status of document */
|
|
3304
3314
|
StatusText?: string | undefined;
|
|
3305
3315
|
/** Status Code */
|
|
3306
3316
|
Status?: string | undefined;
|
|
3307
3317
|
/** Company Name */
|
|
3308
3318
|
Company?: string | undefined;
|
|
3309
|
-
/** Display value for Primary Contact */
|
|
3310
|
-
PrimaryContact_dv?: string | undefined;
|
|
3311
3319
|
/** Current Route Sequence */
|
|
3312
3320
|
Sequence: number;
|
|
3313
3321
|
/** When TRUE, it is OK to release this document without opening it */
|
|
@@ -3316,14 +3324,6 @@ export declare class UserActionItem implements IUserActionItem {
|
|
|
3316
3324
|
IsRecent: boolean;
|
|
3317
3325
|
/** How many files are attached */
|
|
3318
3326
|
FilesAttached: number;
|
|
3319
|
-
/** Due Date */
|
|
3320
|
-
Due?: Date | undefined;
|
|
3321
|
-
/** Date this document was closed (or null) */
|
|
3322
|
-
Closed?: Date | undefined;
|
|
3323
|
-
/** Route Instructions */
|
|
3324
|
-
Note?: string | undefined;
|
|
3325
|
-
/** Project Name (Resolved from Project ID) */
|
|
3326
|
-
cmp_Project_Name?: string | undefined;
|
|
3327
3327
|
/** eTag */
|
|
3328
3328
|
ETag?: string | undefined;
|
|
3329
3329
|
constructor(data?: IUserActionItem);
|
|
@@ -3340,36 +3340,44 @@ export interface IUserActionItem {
|
|
|
3340
3340
|
RouteID: string;
|
|
3341
3341
|
/** key for the type of document */
|
|
3342
3342
|
DocTypeKey: string;
|
|
3343
|
-
/** Original key for the type of document */
|
|
3344
|
-
DocTypeKey_ov: string;
|
|
3345
3343
|
/** Same as DocType */
|
|
3346
3344
|
DocTypeKey_dv?: string | undefined;
|
|
3345
|
+
/** Original key for the type of document */
|
|
3346
|
+
DocTypeKey_ov: string;
|
|
3347
3347
|
/** Project ID */
|
|
3348
3348
|
Project?: string | undefined;
|
|
3349
|
+
/** Project Name (Resolved from Project ID) */
|
|
3350
|
+
cmp_Project_Name?: string | undefined;
|
|
3349
3351
|
/** Document Number */
|
|
3350
3352
|
DocNo?: string | undefined;
|
|
3351
3353
|
/** Document Batch (seldom used) */
|
|
3352
3354
|
DocBatchNo?: string | undefined;
|
|
3355
|
+
/** Due Date */
|
|
3356
|
+
Due?: Date | undefined;
|
|
3353
3357
|
/** Title */
|
|
3354
3358
|
Title?: string | undefined;
|
|
3355
3359
|
/** Key for Contact this document is "from" */
|
|
3356
3360
|
FromUser: string;
|
|
3357
3361
|
/** Key for Primary contact on this document */
|
|
3358
3362
|
PrimaryContact: string;
|
|
3363
|
+
/** Display value for Primary Contact */
|
|
3364
|
+
PrimaryContact_dv?: string | undefined;
|
|
3359
3365
|
/** Priority (1=high) */
|
|
3360
3366
|
Priority: number;
|
|
3361
3367
|
/** Date this route was viewed */
|
|
3362
3368
|
Viewed?: Date | undefined;
|
|
3369
|
+
/** Date this document was closed (or null) */
|
|
3370
|
+
Closed?: Date | undefined;
|
|
3363
3371
|
/** Date this route was reaced */
|
|
3364
3372
|
Reached: Date;
|
|
3373
|
+
/** Route Instructions */
|
|
3374
|
+
Note?: string | undefined;
|
|
3365
3375
|
/** Resolved Status of document */
|
|
3366
3376
|
StatusText?: string | undefined;
|
|
3367
3377
|
/** Status Code */
|
|
3368
3378
|
Status?: string | undefined;
|
|
3369
3379
|
/** Company Name */
|
|
3370
3380
|
Company?: string | undefined;
|
|
3371
|
-
/** Display value for Primary Contact */
|
|
3372
|
-
PrimaryContact_dv?: string | undefined;
|
|
3373
3381
|
/** Current Route Sequence */
|
|
3374
3382
|
Sequence: number;
|
|
3375
3383
|
/** When TRUE, it is OK to release this document without opening it */
|
|
@@ -3378,14 +3386,6 @@ export interface IUserActionItem {
|
|
|
3378
3386
|
IsRecent: boolean;
|
|
3379
3387
|
/** How many files are attached */
|
|
3380
3388
|
FilesAttached: number;
|
|
3381
|
-
/** Due Date */
|
|
3382
|
-
Due?: Date | undefined;
|
|
3383
|
-
/** Date this document was closed (or null) */
|
|
3384
|
-
Closed?: Date | undefined;
|
|
3385
|
-
/** Route Instructions */
|
|
3386
|
-
Note?: string | undefined;
|
|
3387
|
-
/** Project Name (Resolved from Project ID) */
|
|
3388
|
-
cmp_Project_Name?: string | undefined;
|
|
3389
3389
|
/** eTag */
|
|
3390
3390
|
ETag?: string | undefined;
|
|
3391
3391
|
}
|
|
@@ -6146,17 +6146,17 @@ export declare class UIDisplayPart implements IUIDisplayPart {
|
|
|
6146
6146
|
Description?: string | undefined;
|
|
6147
6147
|
/** API hint */
|
|
6148
6148
|
GetAPI?: string | undefined;
|
|
6149
|
+
/** When not empty, provides hint as to initial sort */
|
|
6150
|
+
SortHint?: string | undefined;
|
|
6149
6151
|
/** G(rid);F(ilters);P(anel);T(abs)
|
|
6150
6152
|
D(ashboard);L(ayout);N(avigation);GG: multiple grid; CC: Combo Control */
|
|
6151
6153
|
PartType?: string | undefined;
|
|
6152
|
-
/** When true, configurable for legacy UI */
|
|
6153
|
-
ViaUI: boolean;
|
|
6154
|
-
/** When not empty, provides hint as to initial sort */
|
|
6155
|
-
SortHint?: string | undefined;
|
|
6156
6154
|
/** List of UI Items */
|
|
6157
6155
|
UIItems?: UIDisplayConfig[] | undefined;
|
|
6158
6156
|
/** List of UI filters */
|
|
6159
6157
|
UIFilters?: UIDisplayFilter[] | undefined;
|
|
6158
|
+
/** When true, configurable for legacy UI */
|
|
6159
|
+
ViaUI: boolean;
|
|
6160
6160
|
/** When true, configurable for WebIX UI */
|
|
6161
6161
|
wbxUI: boolean;
|
|
6162
6162
|
/** eTag */
|
|
@@ -6177,17 +6177,17 @@ export interface IUIDisplayPart {
|
|
|
6177
6177
|
Description?: string | undefined;
|
|
6178
6178
|
/** API hint */
|
|
6179
6179
|
GetAPI?: string | undefined;
|
|
6180
|
+
/** When not empty, provides hint as to initial sort */
|
|
6181
|
+
SortHint?: string | undefined;
|
|
6180
6182
|
/** G(rid);F(ilters);P(anel);T(abs)
|
|
6181
6183
|
D(ashboard);L(ayout);N(avigation);GG: multiple grid; CC: Combo Control */
|
|
6182
6184
|
PartType?: string | undefined;
|
|
6183
|
-
/** When true, configurable for legacy UI */
|
|
6184
|
-
ViaUI: boolean;
|
|
6185
|
-
/** When not empty, provides hint as to initial sort */
|
|
6186
|
-
SortHint?: string | undefined;
|
|
6187
6185
|
/** List of UI Items */
|
|
6188
6186
|
UIItems?: UIDisplayConfig[] | undefined;
|
|
6189
6187
|
/** List of UI filters */
|
|
6190
6188
|
UIFilters?: UIDisplayFilter[] | undefined;
|
|
6189
|
+
/** When true, configurable for legacy UI */
|
|
6190
|
+
ViaUI: boolean;
|
|
6191
6191
|
/** When true, configurable for WebIX UI */
|
|
6192
6192
|
wbxUI: boolean;
|
|
6193
6193
|
/** eTag */
|
|
@@ -6195,130 +6195,48 @@ D(ashboard);L(ayout);N(avigation);GG: multiple grid; CC: Combo Control */
|
|
|
6195
6195
|
}
|
|
6196
6196
|
/** Describes the live configuration for a UI element (not for edit, see UIPartConfig) */
|
|
6197
6197
|
export declare class UIDisplayConfig implements IUIDisplayConfig {
|
|
6198
|
+
/** Key for this Configuration Entry (for link to edit mode) */
|
|
6199
|
+
PartConfigKey: string;
|
|
6198
6200
|
/** One of the UI item names listed in Page.Config (PartCfgItem) */
|
|
6199
6201
|
ItemName?: string | undefined;
|
|
6200
6202
|
/** Name of a table in the XSF schema (similar to SQL table name; may not match API model name) */
|
|
6201
6203
|
DataMember?: string | undefined;
|
|
6202
6204
|
/** Name of a field in the schema */
|
|
6203
6205
|
DataField?: string | undefined;
|
|
6204
|
-
/** Key for this Configuration Entry (for link to edit mode) */
|
|
6205
|
-
PartConfigKey: string;
|
|
6206
|
-
/** The visible label for this entry */
|
|
6207
|
-
Label?: string | undefined;
|
|
6208
|
-
/** For quick help */
|
|
6209
|
-
HelpText?: string | undefined;
|
|
6210
|
-
/** For controlling sequence (tab order) */
|
|
6211
|
-
SeqData: number;
|
|
6212
|
-
/** For indicating a value is (or can sometimes be) required (zero is not required) */
|
|
6213
|
-
RequiredBefore: number;
|
|
6214
|
-
/** When TRUE, UI will be read only */
|
|
6215
|
-
IsReadOnly: boolean;
|
|
6216
|
-
/** Controls the default visible attribute */
|
|
6217
|
-
Visible: boolean;
|
|
6218
|
-
/** For overriding length, in characters allowed in this field. See also MaxChars */
|
|
6219
|
-
LimitTo: number;
|
|
6220
|
-
/** CSS to be applied */
|
|
6221
|
-
CSS?: string | undefined;
|
|
6222
|
-
/** Client Side Describe Value name */
|
|
6223
|
-
DV?: string | undefined;
|
|
6224
|
-
/** Lookups and DV depend on these fields (up to 4) */
|
|
6225
|
-
DependsOn?: string | undefined;
|
|
6226
|
-
/** When 1, allow HTML */
|
|
6227
|
-
HTML: boolean;
|
|
6228
|
-
/** HTML 5 Placeholder text */
|
|
6229
|
-
Overlay?: string | undefined;
|
|
6230
|
-
/** Limits Visibility to certain conditions */
|
|
6231
|
-
ShownWhen?: string | undefined;
|
|
6232
|
-
/** DV function used to validate */
|
|
6233
|
-
ValidateAgainst?: string | undefined;
|
|
6234
|
-
/** DV function used to validate alternate text (such as email -> contact) */
|
|
6235
|
-
ValidateTextAgainst?: string | undefined;
|
|
6236
|
-
/** Max */
|
|
6237
|
-
ValidationMax?: string | undefined;
|
|
6238
|
-
/** Min */
|
|
6239
|
-
ValidationMin?: string | undefined;
|
|
6240
|
-
/** 0 — the default – no validation
|
|
6241
|
-
2 — Numeric
|
|
6242
|
-
3 — Any Date(implicit date range validation may also apply); see also CSS=uiAnyDate(above)
|
|
6243
|
-
4 — Future Date(implicit date range validation may also apply)
|
|
6244
|
-
5 — Positive Numeric
|
|
6245
|
-
6 — Integer
|
|
6246
|
-
7 — Positive Integer
|
|
6247
|
-
8 — Until Date(any date up to including today) (implicit date range validation may also apply, see kba-01336)
|
|
6248
|
-
16 — Non empty */
|
|
6249
|
-
ValidationMode?: string | undefined;
|
|
6250
|
-
/** Name of lookup */
|
|
6251
|
-
LookupName?: string | undefined;
|
|
6252
6206
|
/** Name of a js type */
|
|
6253
6207
|
DataType?: string | undefined;
|
|
6208
|
+
/** The visible label for this entry */
|
|
6209
|
+
Label?: string | undefined;
|
|
6254
6210
|
/** F2, C4, etc, plus some special cases (see KBA) */
|
|
6255
6211
|
DisplayFormat?: string | undefined;
|
|
6212
|
+
/** Name of lookup */
|
|
6213
|
+
LookupName?: string | undefined;
|
|
6256
6214
|
/** see KBA-01336 (AuxData Name-Value Pairs) */
|
|
6257
6215
|
OtherProperties?: {
|
|
6258
6216
|
[key: string]: any;
|
|
6259
6217
|
} | undefined;
|
|
6260
6218
|
/** Click Action */
|
|
6261
6219
|
ClickAction?: string | undefined;
|
|
6262
|
-
/** Max characters, for character types, this is from database size */
|
|
6263
|
-
MaxChars: number;
|
|
6264
|
-
/** When true, the user cannot show or hide this column. Server config is locked */
|
|
6265
|
-
VisibleLocked: boolean;
|
|
6266
|
-
/** When true, this data is object is from internal defaults */
|
|
6267
|
-
IsInternalDefault: boolean;
|
|
6268
|
-
/** RX Pattern. If specified, proposed values must match */
|
|
6269
|
-
RXPattern?: string | undefined;
|
|
6270
|
-
/** When set, display an info-pop style add on along side this ui elment. Content comes from the specified peer data field */
|
|
6271
|
-
ShowInfoPop?: string | undefined;
|
|
6272
|
-
/** Indicates if this column is part of the default sort A for Ascending, D for Descending */
|
|
6273
|
-
SortFlag?: string | undefined;
|
|
6274
|
-
/** 0 for none, empty typically defaults to excelFilter.
|
|
6275
|
-
other possibilities
|
|
6276
|
-
'spitfireDateRangeFilter' // for datetime type
|
|
6277
|
-
'spitfireDynamicTextFilter' // for long text fields, w/wo HTML, UIType=freeform, css uiText
|
|
6278
|
-
'spitfireTextFilter' // not currently used
|
|
6279
|
-
'spitfireSingleSelectFilter' // for css uiSingle
|
|
6280
|
-
'spitfireMultiSelectFilter' // for css uiMulti
|
|
6281
|
-
'spitfireTrueFalseSingleSelectFilter' // for DataType Boolean, uiType Checkbox, CSS uiBool
|
|
6282
|
-
'spitfirePriorityMultiSelectFilter' */
|
|
6283
|
-
ClientFilter?: string | undefined;
|
|
6284
|
-
/** Width expressed in Pixels (if possible) */
|
|
6285
|
-
Width: number;
|
|
6286
|
-
/** HTML friendly, CSS compliant width; eg 20ex or 40% */
|
|
6287
|
-
WidthCSS?: string | undefined;
|
|
6288
|
-
/** textbox, freeform, checkbox, contact, selectone (see ENUM UITypeNames) */
|
|
6289
|
-
UIType?: string | undefined;
|
|
6290
|
-
/** eTag */
|
|
6291
|
-
ETag?: string | undefined;
|
|
6292
|
-
constructor(data?: IUIDisplayConfig);
|
|
6293
|
-
init(_data?: any): void;
|
|
6294
|
-
static fromJS(data: any): UIDisplayConfig;
|
|
6295
|
-
toJSON(data?: any): any;
|
|
6296
|
-
clone(): UIDisplayConfig;
|
|
6297
|
-
}
|
|
6298
|
-
/** Describes the live configuration for a UI element (not for edit, see UIPartConfig) */
|
|
6299
|
-
export interface IUIDisplayConfig {
|
|
6300
|
-
/** One of the UI item names listed in Page.Config (PartCfgItem) */
|
|
6301
|
-
ItemName?: string | undefined;
|
|
6302
|
-
/** Name of a table in the XSF schema (similar to SQL table name; may not match API model name) */
|
|
6303
|
-
DataMember?: string | undefined;
|
|
6304
|
-
/** Name of a field in the schema */
|
|
6305
|
-
DataField?: string | undefined;
|
|
6306
|
-
/** Key for this Configuration Entry (for link to edit mode) */
|
|
6307
|
-
PartConfigKey: string;
|
|
6308
|
-
/** The visible label for this entry */
|
|
6309
|
-
Label?: string | undefined;
|
|
6310
6220
|
/** For quick help */
|
|
6311
6221
|
HelpText?: string | undefined;
|
|
6312
|
-
/** For
|
|
6313
|
-
|
|
6222
|
+
/** For overriding length, in characters allowed in this field. See also MaxChars */
|
|
6223
|
+
LimitTo: number;
|
|
6224
|
+
/** Max characters, for character types, this is from database size */
|
|
6225
|
+
MaxChars: number;
|
|
6314
6226
|
/** For indicating a value is (or can sometimes be) required (zero is not required) */
|
|
6315
6227
|
RequiredBefore: number;
|
|
6228
|
+
/** For controlling sequence (tab order) */
|
|
6229
|
+
SeqData: number;
|
|
6316
6230
|
/** When TRUE, UI will be read only */
|
|
6317
6231
|
IsReadOnly: boolean;
|
|
6318
6232
|
/** Controls the default visible attribute */
|
|
6319
6233
|
Visible: boolean;
|
|
6320
|
-
/**
|
|
6321
|
-
|
|
6234
|
+
/** When true, the user cannot show or hide this column. Server config is locked */
|
|
6235
|
+
VisibleLocked: boolean;
|
|
6236
|
+
/** When true, this data is object is from internal defaults */
|
|
6237
|
+
IsInternalDefault: boolean;
|
|
6238
|
+
/** RX Pattern. If specified, proposed values must match */
|
|
6239
|
+
RXPattern?: string | undefined;
|
|
6322
6240
|
/** CSS to be applied */
|
|
6323
6241
|
CSS?: string | undefined;
|
|
6324
6242
|
/** Client Side Describe Value name */
|
|
@@ -6329,8 +6247,22 @@ export interface IUIDisplayConfig {
|
|
|
6329
6247
|
HTML: boolean;
|
|
6330
6248
|
/** HTML 5 Placeholder text */
|
|
6331
6249
|
Overlay?: string | undefined;
|
|
6250
|
+
/** When set, display an info-pop style add on along side this ui elment. Content comes from the specified peer data field */
|
|
6251
|
+
ShowInfoPop?: string | undefined;
|
|
6332
6252
|
/** Limits Visibility to certain conditions */
|
|
6333
6253
|
ShownWhen?: string | undefined;
|
|
6254
|
+
/** Indicates if this column is part of the default sort A for Ascending, D for Descending */
|
|
6255
|
+
SortFlag?: string | undefined;
|
|
6256
|
+
/** 0 for none, empty typically defaults to excelFilter.
|
|
6257
|
+
other possibilities
|
|
6258
|
+
'spitfireDateRangeFilter' // for datetime type
|
|
6259
|
+
'spitfireDynamicTextFilter' // for long text fields, w/wo HTML, UIType=freeform, css uiText
|
|
6260
|
+
'spitfireTextFilter' // not currently used
|
|
6261
|
+
'spitfireSingleSelectFilter' // for css uiSingle
|
|
6262
|
+
'spitfireMultiSelectFilter' // for css uiMulti
|
|
6263
|
+
'spitfireTrueFalseSingleSelectFilter' // for DataType Boolean, uiType Checkbox, CSS uiBool
|
|
6264
|
+
'spitfirePriorityMultiSelectFilter' */
|
|
6265
|
+
ClientFilter?: string | undefined;
|
|
6334
6266
|
/** DV function used to validate */
|
|
6335
6267
|
ValidateAgainst?: string | undefined;
|
|
6336
6268
|
/** DV function used to validate alternate text (such as email -> contact) */
|
|
@@ -6349,28 +6281,78 @@ export interface IUIDisplayConfig {
|
|
|
6349
6281
|
8 — Until Date(any date up to including today) (implicit date range validation may also apply, see kba-01336)
|
|
6350
6282
|
16 — Non empty */
|
|
6351
6283
|
ValidationMode?: string | undefined;
|
|
6352
|
-
/**
|
|
6353
|
-
|
|
6284
|
+
/** Width expressed in Pixels (if possible) */
|
|
6285
|
+
Width: number;
|
|
6286
|
+
/** HTML friendly, CSS compliant width; eg 20ex or 40% */
|
|
6287
|
+
WidthCSS?: string | undefined;
|
|
6288
|
+
/** textbox, freeform, checkbox, contact, selectone (see ENUM UITypeNames) */
|
|
6289
|
+
UIType?: string | undefined;
|
|
6290
|
+
/** eTag */
|
|
6291
|
+
ETag?: string | undefined;
|
|
6292
|
+
constructor(data?: IUIDisplayConfig);
|
|
6293
|
+
init(_data?: any): void;
|
|
6294
|
+
static fromJS(data: any): UIDisplayConfig;
|
|
6295
|
+
toJSON(data?: any): any;
|
|
6296
|
+
clone(): UIDisplayConfig;
|
|
6297
|
+
}
|
|
6298
|
+
/** Describes the live configuration for a UI element (not for edit, see UIPartConfig) */
|
|
6299
|
+
export interface IUIDisplayConfig {
|
|
6300
|
+
/** Key for this Configuration Entry (for link to edit mode) */
|
|
6301
|
+
PartConfigKey: string;
|
|
6302
|
+
/** One of the UI item names listed in Page.Config (PartCfgItem) */
|
|
6303
|
+
ItemName?: string | undefined;
|
|
6304
|
+
/** Name of a table in the XSF schema (similar to SQL table name; may not match API model name) */
|
|
6305
|
+
DataMember?: string | undefined;
|
|
6306
|
+
/** Name of a field in the schema */
|
|
6307
|
+
DataField?: string | undefined;
|
|
6354
6308
|
/** Name of a js type */
|
|
6355
6309
|
DataType?: string | undefined;
|
|
6310
|
+
/** The visible label for this entry */
|
|
6311
|
+
Label?: string | undefined;
|
|
6356
6312
|
/** F2, C4, etc, plus some special cases (see KBA) */
|
|
6357
6313
|
DisplayFormat?: string | undefined;
|
|
6314
|
+
/** Name of lookup */
|
|
6315
|
+
LookupName?: string | undefined;
|
|
6358
6316
|
/** see KBA-01336 (AuxData Name-Value Pairs) */
|
|
6359
6317
|
OtherProperties?: {
|
|
6360
6318
|
[key: string]: any;
|
|
6361
6319
|
} | undefined;
|
|
6362
6320
|
/** Click Action */
|
|
6363
6321
|
ClickAction?: string | undefined;
|
|
6322
|
+
/** For quick help */
|
|
6323
|
+
HelpText?: string | undefined;
|
|
6324
|
+
/** For overriding length, in characters allowed in this field. See also MaxChars */
|
|
6325
|
+
LimitTo: number;
|
|
6364
6326
|
/** Max characters, for character types, this is from database size */
|
|
6365
6327
|
MaxChars: number;
|
|
6328
|
+
/** For indicating a value is (or can sometimes be) required (zero is not required) */
|
|
6329
|
+
RequiredBefore: number;
|
|
6330
|
+
/** For controlling sequence (tab order) */
|
|
6331
|
+
SeqData: number;
|
|
6332
|
+
/** When TRUE, UI will be read only */
|
|
6333
|
+
IsReadOnly: boolean;
|
|
6334
|
+
/** Controls the default visible attribute */
|
|
6335
|
+
Visible: boolean;
|
|
6366
6336
|
/** When true, the user cannot show or hide this column. Server config is locked */
|
|
6367
6337
|
VisibleLocked: boolean;
|
|
6368
6338
|
/** When true, this data is object is from internal defaults */
|
|
6369
6339
|
IsInternalDefault: boolean;
|
|
6370
6340
|
/** RX Pattern. If specified, proposed values must match */
|
|
6371
6341
|
RXPattern?: string | undefined;
|
|
6342
|
+
/** CSS to be applied */
|
|
6343
|
+
CSS?: string | undefined;
|
|
6344
|
+
/** Client Side Describe Value name */
|
|
6345
|
+
DV?: string | undefined;
|
|
6346
|
+
/** Lookups and DV depend on these fields (up to 4) */
|
|
6347
|
+
DependsOn?: string | undefined;
|
|
6348
|
+
/** When 1, allow HTML */
|
|
6349
|
+
HTML: boolean;
|
|
6350
|
+
/** HTML 5 Placeholder text */
|
|
6351
|
+
Overlay?: string | undefined;
|
|
6372
6352
|
/** When set, display an info-pop style add on along side this ui elment. Content comes from the specified peer data field */
|
|
6373
6353
|
ShowInfoPop?: string | undefined;
|
|
6354
|
+
/** Limits Visibility to certain conditions */
|
|
6355
|
+
ShownWhen?: string | undefined;
|
|
6374
6356
|
/** Indicates if this column is part of the default sort A for Ascending, D for Descending */
|
|
6375
6357
|
SortFlag?: string | undefined;
|
|
6376
6358
|
/** 0 for none, empty typically defaults to excelFilter.
|
|
@@ -6383,6 +6365,24 @@ other possibilities
|
|
|
6383
6365
|
'spitfireTrueFalseSingleSelectFilter' // for DataType Boolean, uiType Checkbox, CSS uiBool
|
|
6384
6366
|
'spitfirePriorityMultiSelectFilter' */
|
|
6385
6367
|
ClientFilter?: string | undefined;
|
|
6368
|
+
/** DV function used to validate */
|
|
6369
|
+
ValidateAgainst?: string | undefined;
|
|
6370
|
+
/** DV function used to validate alternate text (such as email -> contact) */
|
|
6371
|
+
ValidateTextAgainst?: string | undefined;
|
|
6372
|
+
/** Max */
|
|
6373
|
+
ValidationMax?: string | undefined;
|
|
6374
|
+
/** Min */
|
|
6375
|
+
ValidationMin?: string | undefined;
|
|
6376
|
+
/** 0 — the default – no validation
|
|
6377
|
+
2 — Numeric
|
|
6378
|
+
3 — Any Date(implicit date range validation may also apply); see also CSS=uiAnyDate(above)
|
|
6379
|
+
4 — Future Date(implicit date range validation may also apply)
|
|
6380
|
+
5 — Positive Numeric
|
|
6381
|
+
6 — Integer
|
|
6382
|
+
7 — Positive Integer
|
|
6383
|
+
8 — Until Date(any date up to including today) (implicit date range validation may also apply, see kba-01336)
|
|
6384
|
+
16 — Non empty */
|
|
6385
|
+
ValidationMode?: string | undefined;
|
|
6386
6386
|
/** Width expressed in Pixels (if possible) */
|
|
6387
6387
|
Width: number;
|
|
6388
6388
|
/** HTML friendly, CSS compliant width; eg 20ex or 40% */
|
|
@@ -6489,10 +6489,10 @@ export interface IUIDisplayFilter {
|
|
|
6489
6489
|
}
|
|
6490
6490
|
/** Abstracted information about a project, see ProjectToolsClient.GetProjectDetail() */
|
|
6491
6491
|
export declare class ProjectAbstract implements IProjectAbstract {
|
|
6492
|
-
/** Key for Project */
|
|
6493
|
-
ProjectKey: string;
|
|
6494
6492
|
/** Project ID */
|
|
6495
6493
|
Project: string;
|
|
6494
|
+
/** Key for Project */
|
|
6495
|
+
ProjectKey: string;
|
|
6496
6496
|
/** From Project Setup (Subtype_ */
|
|
6497
6497
|
ProjectType?: string | undefined;
|
|
6498
6498
|
/** Key for Project Setup */
|
|
@@ -6527,32 +6527,32 @@ export declare class ProjectAbstract implements IProjectAbstract {
|
|
|
6527
6527
|
SCBudgetMode?: string | undefined;
|
|
6528
6528
|
/** Plan Room Mode (public or privae or none) */
|
|
6529
6529
|
PlanRoomMode?: string | undefined;
|
|
6530
|
+
/** URI for site camera */
|
|
6531
|
+
WebCamURL?: string | undefined;
|
|
6530
6532
|
/** Description */
|
|
6531
6533
|
Description?: string | undefined;
|
|
6534
|
+
/** Forecasting Threshold (project setup) */
|
|
6535
|
+
ForecastThreshold: number;
|
|
6532
6536
|
/** Geo latitude (project setup) */
|
|
6533
6537
|
latitude: number;
|
|
6534
6538
|
/** Geo longitude (project setup) */
|
|
6535
6539
|
longitude: number;
|
|
6536
6540
|
/** Cloud Storage Provider (project setup) */
|
|
6537
6541
|
cldStoreKey: string;
|
|
6542
|
+
/** Cloud Path (CloudStorageConfig rule0 */
|
|
6543
|
+
CloudDrivePath?: string | undefined;
|
|
6544
|
+
/** GLSUB for project */
|
|
6545
|
+
GLSUB?: string | undefined;
|
|
6538
6546
|
/** When true, project is active */
|
|
6539
6547
|
Active: boolean;
|
|
6540
6548
|
/** Status code (project setup) */
|
|
6541
6549
|
Status?: string | undefined;
|
|
6550
|
+
/** Resolved Status (project setup) */
|
|
6551
|
+
StatusText?: string | undefined;
|
|
6542
6552
|
/** Subtype */
|
|
6543
6553
|
Subtype?: string | undefined;
|
|
6544
6554
|
/** State of project setup */
|
|
6545
6555
|
DocState?: string | undefined;
|
|
6546
|
-
/** Resolved Status (project setup) */
|
|
6547
|
-
StatusText?: string | undefined;
|
|
6548
|
-
/** URI for site camera */
|
|
6549
|
-
WebCamURL?: string | undefined;
|
|
6550
|
-
/** Forecasting Threshold (project setup) */
|
|
6551
|
-
ForecastThreshold: number;
|
|
6552
|
-
/** Cloud Path (CloudStorageConfig rule0 */
|
|
6553
|
-
CloudDrivePath?: string | undefined;
|
|
6554
|
-
/** GLSUB for project */
|
|
6555
|
-
GLSUB?: string | undefined;
|
|
6556
6556
|
/** Key From Project Setup Reference */
|
|
6557
6557
|
ProjectDocReference?: string | undefined;
|
|
6558
6558
|
/** From UniReferenceKey */
|
|
@@ -6619,10 +6619,10 @@ export declare class ProjectAbstract implements IProjectAbstract {
|
|
|
6619
6619
|
}
|
|
6620
6620
|
/** Abstracted information about a project, see ProjectToolsClient.GetProjectDetail() */
|
|
6621
6621
|
export interface IProjectAbstract {
|
|
6622
|
-
/** Key for Project */
|
|
6623
|
-
ProjectKey: string;
|
|
6624
6622
|
/** Project ID */
|
|
6625
6623
|
Project: string;
|
|
6624
|
+
/** Key for Project */
|
|
6625
|
+
ProjectKey: string;
|
|
6626
6626
|
/** From Project Setup (Subtype_ */
|
|
6627
6627
|
ProjectType?: string | undefined;
|
|
6628
6628
|
/** Key for Project Setup */
|
|
@@ -6657,32 +6657,32 @@ export interface IProjectAbstract {
|
|
|
6657
6657
|
SCBudgetMode?: string | undefined;
|
|
6658
6658
|
/** Plan Room Mode (public or privae or none) */
|
|
6659
6659
|
PlanRoomMode?: string | undefined;
|
|
6660
|
+
/** URI for site camera */
|
|
6661
|
+
WebCamURL?: string | undefined;
|
|
6660
6662
|
/** Description */
|
|
6661
6663
|
Description?: string | undefined;
|
|
6664
|
+
/** Forecasting Threshold (project setup) */
|
|
6665
|
+
ForecastThreshold: number;
|
|
6662
6666
|
/** Geo latitude (project setup) */
|
|
6663
6667
|
latitude: number;
|
|
6664
6668
|
/** Geo longitude (project setup) */
|
|
6665
6669
|
longitude: number;
|
|
6666
6670
|
/** Cloud Storage Provider (project setup) */
|
|
6667
6671
|
cldStoreKey: string;
|
|
6672
|
+
/** Cloud Path (CloudStorageConfig rule0 */
|
|
6673
|
+
CloudDrivePath?: string | undefined;
|
|
6674
|
+
/** GLSUB for project */
|
|
6675
|
+
GLSUB?: string | undefined;
|
|
6668
6676
|
/** When true, project is active */
|
|
6669
6677
|
Active: boolean;
|
|
6670
6678
|
/** Status code (project setup) */
|
|
6671
6679
|
Status?: string | undefined;
|
|
6680
|
+
/** Resolved Status (project setup) */
|
|
6681
|
+
StatusText?: string | undefined;
|
|
6672
6682
|
/** Subtype */
|
|
6673
6683
|
Subtype?: string | undefined;
|
|
6674
6684
|
/** State of project setup */
|
|
6675
6685
|
DocState?: string | undefined;
|
|
6676
|
-
/** Resolved Status (project setup) */
|
|
6677
|
-
StatusText?: string | undefined;
|
|
6678
|
-
/** URI for site camera */
|
|
6679
|
-
WebCamURL?: string | undefined;
|
|
6680
|
-
/** Forecasting Threshold (project setup) */
|
|
6681
|
-
ForecastThreshold: number;
|
|
6682
|
-
/** Cloud Path (CloudStorageConfig rule0 */
|
|
6683
|
-
CloudDrivePath?: string | undefined;
|
|
6684
|
-
/** GLSUB for project */
|
|
6685
|
-
GLSUB?: string | undefined;
|
|
6686
6686
|
/** Key From Project Setup Reference */
|
|
6687
6687
|
ProjectDocReference?: string | undefined;
|
|
6688
6688
|
/** From UniReferenceKey */
|
|
@@ -7551,12 +7551,12 @@ export declare class ProcessDocumentType implements IProcessDocumentType {
|
|
|
7551
7551
|
ProjectDashboard: boolean;
|
|
7552
7552
|
/** When True, can create from project dashboard */
|
|
7553
7553
|
NewFromDashboard: boolean;
|
|
7554
|
-
/** When True, is Site Active */
|
|
7555
|
-
SiteActive: boolean;
|
|
7556
|
-
/** When True, uses an item register */
|
|
7557
|
-
UseItemRegister: boolean;
|
|
7558
7554
|
/** When True, is created from a parent document */
|
|
7559
7555
|
CreateFromParent: boolean;
|
|
7556
|
+
/** When True, uses an item register */
|
|
7557
|
+
UseItemRegister: boolean;
|
|
7558
|
+
/** When True, is Site Active */
|
|
7559
|
+
SiteActive: boolean;
|
|
7560
7560
|
/** Key for optional parent Process Type (commitment and cco) */
|
|
7561
7561
|
ParentTypeKey?: string | undefined;
|
|
7562
7562
|
/** When true, this is a locally defined Process Type (specific to this site) */
|
|
@@ -7581,12 +7581,12 @@ export interface IProcessDocumentType {
|
|
|
7581
7581
|
ProjectDashboard: boolean;
|
|
7582
7582
|
/** When True, can create from project dashboard */
|
|
7583
7583
|
NewFromDashboard: boolean;
|
|
7584
|
-
/** When True, is Site Active */
|
|
7585
|
-
SiteActive: boolean;
|
|
7586
|
-
/** When True, uses an item register */
|
|
7587
|
-
UseItemRegister: boolean;
|
|
7588
7584
|
/** When True, is created from a parent document */
|
|
7589
7585
|
CreateFromParent: boolean;
|
|
7586
|
+
/** When True, uses an item register */
|
|
7587
|
+
UseItemRegister: boolean;
|
|
7588
|
+
/** When True, is Site Active */
|
|
7589
|
+
SiteActive: boolean;
|
|
7590
7590
|
/** Key for optional parent Process Type (commitment and cco) */
|
|
7591
7591
|
ParentTypeKey?: string | undefined;
|
|
7592
7592
|
/** When true, this is a locally defined Process Type (specific to this site) */
|
|
@@ -9272,8 +9272,6 @@ export declare class ProjectSummary implements IProjectSummary {
|
|
|
9272
9272
|
Project: string;
|
|
9273
9273
|
/** Project Name */
|
|
9274
9274
|
ProjectName?: string | undefined;
|
|
9275
|
-
/** Key for Image */
|
|
9276
|
-
ImageKey: string;
|
|
9277
9275
|
/** Site Address Line 1 */
|
|
9278
9276
|
Addr1?: string | undefined;
|
|
9279
9277
|
/** Site Address Line 2 */
|
|
@@ -9310,6 +9308,8 @@ export declare class ProjectSummary implements IProjectSummary {
|
|
|
9310
9308
|
UserProjectKey: string;
|
|
9311
9309
|
/** Key for Project Setup Source Contact (Customer/Owner) */
|
|
9312
9310
|
SourceContact: string;
|
|
9311
|
+
/** Key for Image */
|
|
9312
|
+
ImageKey: string;
|
|
9313
9313
|
/** TRUE if this project is on the user list */
|
|
9314
9314
|
UserList: boolean;
|
|
9315
9315
|
/** eTag */
|
|
@@ -9326,8 +9326,6 @@ export interface IProjectSummary {
|
|
|
9326
9326
|
Project: string;
|
|
9327
9327
|
/** Project Name */
|
|
9328
9328
|
ProjectName?: string | undefined;
|
|
9329
|
-
/** Key for Image */
|
|
9330
|
-
ImageKey: string;
|
|
9331
9329
|
/** Site Address Line 1 */
|
|
9332
9330
|
Addr1?: string | undefined;
|
|
9333
9331
|
/** Site Address Line 2 */
|
|
@@ -9364,6 +9362,8 @@ export interface IProjectSummary {
|
|
|
9364
9362
|
UserProjectKey: string;
|
|
9365
9363
|
/** Key for Project Setup Source Contact (Customer/Owner) */
|
|
9366
9364
|
SourceContact: string;
|
|
9365
|
+
/** Key for Image */
|
|
9366
|
+
ImageKey: string;
|
|
9367
9367
|
/** TRUE if this project is on the user list */
|
|
9368
9368
|
UserList: boolean;
|
|
9369
9369
|
/** eTag */
|
|
@@ -9375,42 +9375,42 @@ export declare class UserAlert implements IUserAlert {
|
|
|
9375
9375
|
AlertKey: string;
|
|
9376
9376
|
/** Key for User for whom the alert was generated */
|
|
9377
9377
|
UserKey: string;
|
|
9378
|
+
/** Document about which the alert was generated */
|
|
9379
|
+
DocMasterKey?: string | undefined;
|
|
9380
|
+
/** Document Display Value (Typically Title) */
|
|
9381
|
+
DocMasterKey_dv?: string | undefined;
|
|
9378
9382
|
/** Status of Alert (New, etc) */
|
|
9379
9383
|
Status?: string | undefined;
|
|
9380
9384
|
/** Notification type (M for email) */
|
|
9381
9385
|
NotificationType?: string | undefined;
|
|
9382
9386
|
/** When this alert was created. Alerts automatically expire in ??? days */
|
|
9383
9387
|
Created: Date;
|
|
9384
|
-
/** Short Description of alert */
|
|
9385
|
-
Description?: string | undefined;
|
|
9386
|
-
/** Long description (generated using AlertText rules) */
|
|
9387
|
-
AlertText?: string | undefined;
|
|
9388
|
-
/** Document about which the alert was generated */
|
|
9389
|
-
DocMasterKey?: string | undefined;
|
|
9390
|
-
/** Project ID */
|
|
9391
|
-
Project?: string | undefined;
|
|
9392
|
-
/** Source of alert (ATC, CloudStorage, etc) */
|
|
9393
|
-
Source?: string | undefined;
|
|
9394
|
-
/** When action is due */
|
|
9395
|
-
Due: Date;
|
|
9396
|
-
/** Files attached to document */
|
|
9397
|
-
FilesAttached: number;
|
|
9398
|
-
/** Document Display Value (Typically Title) */
|
|
9399
|
-
DocMasterKey_dv?: string | undefined;
|
|
9400
9388
|
/** For Email Notification Type, when was the email sent */
|
|
9401
9389
|
Notified: Date;
|
|
9402
9390
|
/** When was the alert viewed */
|
|
9403
9391
|
Viewed: Date;
|
|
9392
|
+
/** When action is due */
|
|
9393
|
+
Due: Date;
|
|
9404
9394
|
/** When closed (from document) */
|
|
9405
9395
|
Closed: Date;
|
|
9396
|
+
/** Short Description of alert */
|
|
9397
|
+
Description?: string | undefined;
|
|
9398
|
+
/** Long description (generated using AlertText rules) */
|
|
9399
|
+
AlertText?: string | undefined;
|
|
9400
|
+
/** Project ID */
|
|
9401
|
+
Project?: string | undefined;
|
|
9406
9402
|
/** Project Display Value */
|
|
9407
9403
|
Project_dv?: string | undefined;
|
|
9404
|
+
/** Source of alert (ATC, CloudStorage, etc) */
|
|
9405
|
+
Source?: string | undefined;
|
|
9408
9406
|
/** Key from source to indentify its alerts */
|
|
9409
9407
|
SourceKey?: string | undefined;
|
|
9410
9408
|
/** Extra info for categorization */
|
|
9411
9409
|
Info1?: string | undefined;
|
|
9412
9410
|
/** Extra info 2 */
|
|
9413
9411
|
Info2?: string | undefined;
|
|
9412
|
+
/** Files attached to document */
|
|
9413
|
+
FilesAttached: number;
|
|
9414
9414
|
/** unused */
|
|
9415
9415
|
MsgType?: string | undefined;
|
|
9416
9416
|
/** unused */
|
|
@@ -9433,42 +9433,42 @@ export interface IUserAlert {
|
|
|
9433
9433
|
AlertKey: string;
|
|
9434
9434
|
/** Key for User for whom the alert was generated */
|
|
9435
9435
|
UserKey: string;
|
|
9436
|
+
/** Document about which the alert was generated */
|
|
9437
|
+
DocMasterKey?: string | undefined;
|
|
9438
|
+
/** Document Display Value (Typically Title) */
|
|
9439
|
+
DocMasterKey_dv?: string | undefined;
|
|
9436
9440
|
/** Status of Alert (New, etc) */
|
|
9437
9441
|
Status?: string | undefined;
|
|
9438
9442
|
/** Notification type (M for email) */
|
|
9439
9443
|
NotificationType?: string | undefined;
|
|
9440
9444
|
/** When this alert was created. Alerts automatically expire in ??? days */
|
|
9441
9445
|
Created: Date;
|
|
9442
|
-
/** Short Description of alert */
|
|
9443
|
-
Description?: string | undefined;
|
|
9444
|
-
/** Long description (generated using AlertText rules) */
|
|
9445
|
-
AlertText?: string | undefined;
|
|
9446
|
-
/** Document about which the alert was generated */
|
|
9447
|
-
DocMasterKey?: string | undefined;
|
|
9448
|
-
/** Project ID */
|
|
9449
|
-
Project?: string | undefined;
|
|
9450
|
-
/** Source of alert (ATC, CloudStorage, etc) */
|
|
9451
|
-
Source?: string | undefined;
|
|
9452
|
-
/** When action is due */
|
|
9453
|
-
Due: Date;
|
|
9454
|
-
/** Files attached to document */
|
|
9455
|
-
FilesAttached: number;
|
|
9456
|
-
/** Document Display Value (Typically Title) */
|
|
9457
|
-
DocMasterKey_dv?: string | undefined;
|
|
9458
9446
|
/** For Email Notification Type, when was the email sent */
|
|
9459
9447
|
Notified: Date;
|
|
9460
9448
|
/** When was the alert viewed */
|
|
9461
9449
|
Viewed: Date;
|
|
9450
|
+
/** When action is due */
|
|
9451
|
+
Due: Date;
|
|
9462
9452
|
/** When closed (from document) */
|
|
9463
9453
|
Closed: Date;
|
|
9454
|
+
/** Short Description of alert */
|
|
9455
|
+
Description?: string | undefined;
|
|
9456
|
+
/** Long description (generated using AlertText rules) */
|
|
9457
|
+
AlertText?: string | undefined;
|
|
9458
|
+
/** Project ID */
|
|
9459
|
+
Project?: string | undefined;
|
|
9464
9460
|
/** Project Display Value */
|
|
9465
9461
|
Project_dv?: string | undefined;
|
|
9462
|
+
/** Source of alert (ATC, CloudStorage, etc) */
|
|
9463
|
+
Source?: string | undefined;
|
|
9466
9464
|
/** Key from source to indentify its alerts */
|
|
9467
9465
|
SourceKey?: string | undefined;
|
|
9468
9466
|
/** Extra info for categorization */
|
|
9469
9467
|
Info1?: string | undefined;
|
|
9470
9468
|
/** Extra info 2 */
|
|
9471
9469
|
Info2?: string | undefined;
|
|
9470
|
+
/** Files attached to document */
|
|
9471
|
+
FilesAttached: number;
|
|
9472
9472
|
/** unused */
|
|
9473
9473
|
MsgType?: string | undefined;
|
|
9474
9474
|
/** unused */
|
|
@@ -10600,6 +10600,12 @@ export declare class CurrentUser implements ICurrentUser {
|
|
|
10600
10600
|
IsLockedOut: boolean;
|
|
10601
10601
|
/** When the current password will expire if PWAging is true */
|
|
10602
10602
|
PWExpires?: Date | undefined;
|
|
10603
|
+
/** When this account will expire */
|
|
10604
|
+
Expiration?: Date | undefined;
|
|
10605
|
+
/** When IsLockedOut, the lockout lasts until this date and time */
|
|
10606
|
+
LockedOutUntil?: Date | undefined;
|
|
10607
|
+
/** Text why the user is locked out (suitable for display) */
|
|
10608
|
+
LockoutReason?: string | undefined;
|
|
10603
10609
|
/** How many bad password attempts in a row */
|
|
10604
10610
|
FailedLoginRun: number;
|
|
10605
10611
|
/** When true, this exact user ID is integrated with Accounting */
|
|
@@ -10610,18 +10616,12 @@ export declare class CurrentUser implements ICurrentUser {
|
|
|
10610
10616
|
MasterSession?: string | undefined;
|
|
10611
10617
|
/** Guid for this session in xsfUserSession */
|
|
10612
10618
|
UserSessionKey: string;
|
|
10613
|
-
/** This data is locked in memory */
|
|
10614
|
-
IsDSProtected: boolean;
|
|
10615
|
-
/** When this account will expire */
|
|
10616
|
-
Expiration?: Date | undefined;
|
|
10617
|
-
/** When IsLockedOut, the lockout lasts until this date and time */
|
|
10618
|
-
LockedOutUntil?: Date | undefined;
|
|
10619
|
-
/** Text why the user is locked out (suitable for display) */
|
|
10620
|
-
LockoutReason?: string | undefined;
|
|
10621
10619
|
/** URI for an image of this user */
|
|
10622
10620
|
PictureURL?: string | undefined;
|
|
10623
10621
|
/** hmmm */
|
|
10624
10622
|
PDSKey?: string | undefined;
|
|
10623
|
+
/** This data is locked in memory */
|
|
10624
|
+
IsDSProtected: boolean;
|
|
10625
10625
|
/** eTag */
|
|
10626
10626
|
ETag?: string | undefined;
|
|
10627
10627
|
constructor(data?: ICurrentUser);
|
|
@@ -10654,6 +10654,12 @@ export interface ICurrentUser {
|
|
|
10654
10654
|
IsLockedOut: boolean;
|
|
10655
10655
|
/** When the current password will expire if PWAging is true */
|
|
10656
10656
|
PWExpires?: Date | undefined;
|
|
10657
|
+
/** When this account will expire */
|
|
10658
|
+
Expiration?: Date | undefined;
|
|
10659
|
+
/** When IsLockedOut, the lockout lasts until this date and time */
|
|
10660
|
+
LockedOutUntil?: Date | undefined;
|
|
10661
|
+
/** Text why the user is locked out (suitable for display) */
|
|
10662
|
+
LockoutReason?: string | undefined;
|
|
10657
10663
|
/** How many bad password attempts in a row */
|
|
10658
10664
|
FailedLoginRun: number;
|
|
10659
10665
|
/** When true, this exact user ID is integrated with Accounting */
|
|
@@ -10664,18 +10670,12 @@ export interface ICurrentUser {
|
|
|
10664
10670
|
MasterSession?: string | undefined;
|
|
10665
10671
|
/** Guid for this session in xsfUserSession */
|
|
10666
10672
|
UserSessionKey: string;
|
|
10667
|
-
/** This data is locked in memory */
|
|
10668
|
-
IsDSProtected: boolean;
|
|
10669
|
-
/** When this account will expire */
|
|
10670
|
-
Expiration?: Date | undefined;
|
|
10671
|
-
/** When IsLockedOut, the lockout lasts until this date and time */
|
|
10672
|
-
LockedOutUntil?: Date | undefined;
|
|
10673
|
-
/** Text why the user is locked out (suitable for display) */
|
|
10674
|
-
LockoutReason?: string | undefined;
|
|
10675
10673
|
/** URI for an image of this user */
|
|
10676
10674
|
PictureURL?: string | undefined;
|
|
10677
10675
|
/** hmmm */
|
|
10678
10676
|
PDSKey?: string | undefined;
|
|
10677
|
+
/** This data is locked in memory */
|
|
10678
|
+
IsDSProtected: boolean;
|
|
10679
10679
|
/** eTag */
|
|
10680
10680
|
ETag?: string | undefined;
|
|
10681
10681
|
}
|