spitfirepm 23.9600.7 → 23.9600.9
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/README.md +2 -0
- package/dist/SwaggerClients.d.ts +64 -26
- package/dist/SwaggerClients.js +225 -146
- package/dist/SwaggerClients.js.map +1 -1
- package/dist/sfRESTClient.d.ts +4 -0
- package/dist/sfRESTClient.js +39 -28
- package/dist/sfRESTClient.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,6 +25,8 @@ apiResult.then( (a) => {
|
|
|
25
25
|
### Change Log
|
|
26
26
|
|
|
27
27
|
```
|
|
28
|
+
23.9600.9 - Adds BuildWCCInfoTableHTML
|
|
29
|
+
23.9600.8 - Project SOP links and Send Log Endpoint
|
|
28
30
|
23.9600.5 - SignalR monkey unload to pagehide
|
|
29
31
|
23.9600.3 - Adds PresetSearch ShowTree
|
|
30
32
|
23.9600.1 - Constructing a view model of 3000 records and many fields improved
|
package/dist/SwaggerClients.d.ts
CHANGED
|
@@ -844,14 +844,6 @@ export declare class DocumentToolsClient extends APIClientBase {
|
|
|
844
844
|
beforeSend: any;
|
|
845
845
|
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
846
846
|
constructor(baseUrl?: string);
|
|
847
|
-
/**
|
|
848
|
-
* Returns the header Of the specified document, including a Document Session Key
|
|
849
|
-
* @param id Document Key
|
|
850
|
-
*/
|
|
851
|
-
getDocHeader(id: string): Promise<DocMasterDetail | null>;
|
|
852
|
-
private getDocHeaderWithCallbacks;
|
|
853
|
-
private processGetDocHeaderWithCallbacks;
|
|
854
|
-
protected processGetDocHeader(xhr: any): DocMasterDetail | null | null;
|
|
855
847
|
/**
|
|
856
848
|
* Deletes the specified document
|
|
857
849
|
* @param id Document Key
|
|
@@ -869,6 +861,14 @@ export declare class DocumentToolsClient extends APIClientBase {
|
|
|
869
861
|
private updateDocHeaderWithCallbacks;
|
|
870
862
|
private processUpdateDocHeaderWithCallbacks;
|
|
871
863
|
protected processUpdateDocHeader(xhr: any): any | null;
|
|
864
|
+
/**
|
|
865
|
+
* Returns the header Of the specified document, including a Document Session Key
|
|
866
|
+
* @param id Document Key
|
|
867
|
+
*/
|
|
868
|
+
getDocHeader(id: string): Promise<DocMasterDetail | null>;
|
|
869
|
+
private getDocHeaderWithCallbacks;
|
|
870
|
+
private processGetDocHeaderWithCallbacks;
|
|
871
|
+
protected processGetDocHeader(xhr: any): DocMasterDetail | null | null;
|
|
872
872
|
/**
|
|
873
873
|
* Updates a Single field On the header Of the specified document
|
|
874
874
|
* @param id Document Key
|
|
@@ -1196,6 +1196,24 @@ export declare class DocumentToolsClient extends APIClientBase {
|
|
|
1196
1196
|
private addDocCommentsWithCallbacks;
|
|
1197
1197
|
private processAddDocCommentsWithCallbacks;
|
|
1198
1198
|
protected processAddDocComments(xhr: any): Comment | null | null;
|
|
1199
|
+
/**
|
|
1200
|
+
* Returns the compliance for the specified document
|
|
1201
|
+
* @param id Document Key
|
|
1202
|
+
*/
|
|
1203
|
+
getDocCompliance(id: string): Promise<DocCompliance[] | null>;
|
|
1204
|
+
private getDocComplianceWithCallbacks;
|
|
1205
|
+
private processGetDocComplianceWithCallbacks;
|
|
1206
|
+
protected processGetDocCompliance(xhr: any): DocCompliance[] | null | null;
|
|
1207
|
+
/**
|
|
1208
|
+
* Deletes the compliance on the specified document
|
|
1209
|
+
* @param id Document Key
|
|
1210
|
+
* @param complianceKeys Compliance Item Keys
|
|
1211
|
+
* @return Specified addresses not found
|
|
1212
|
+
*/
|
|
1213
|
+
deleteDocCompliance(id: string, complianceKeys: string[]): Promise<string>;
|
|
1214
|
+
private deleteDocComplianceWithCallbacks;
|
|
1215
|
+
private processDeleteDocComplianceWithCallbacks;
|
|
1216
|
+
protected processDeleteDocCompliance(xhr: any): string | null;
|
|
1199
1217
|
/**
|
|
1200
1218
|
* Updates the compliance on the specified document
|
|
1201
1219
|
* @param id Document Key
|
|
@@ -1215,24 +1233,6 @@ export declare class DocumentToolsClient extends APIClientBase {
|
|
|
1215
1233
|
private addDocComplianceWithCallbacks;
|
|
1216
1234
|
private processAddDocComplianceWithCallbacks;
|
|
1217
1235
|
protected processAddDocCompliance(xhr: any): DocCompliance | null | null;
|
|
1218
|
-
/**
|
|
1219
|
-
* Returns the compliance for the specified document
|
|
1220
|
-
* @param id Document Key
|
|
1221
|
-
*/
|
|
1222
|
-
getDocCompliance(id: string): Promise<DocCompliance[] | null>;
|
|
1223
|
-
private getDocComplianceWithCallbacks;
|
|
1224
|
-
private processGetDocComplianceWithCallbacks;
|
|
1225
|
-
protected processGetDocCompliance(xhr: any): DocCompliance[] | null | null;
|
|
1226
|
-
/**
|
|
1227
|
-
* Deletes the compliance on the specified document
|
|
1228
|
-
* @param id Document Key
|
|
1229
|
-
* @param complianceKeys Compliance Item Keys
|
|
1230
|
-
* @return Specified addresses not found
|
|
1231
|
-
*/
|
|
1232
|
-
deleteDocCompliance(id: string, complianceKeys: string[]): Promise<string>;
|
|
1233
|
-
private deleteDocComplianceWithCallbacks;
|
|
1234
|
-
private processDeleteDocComplianceWithCallbacks;
|
|
1235
|
-
protected processDeleteDocCompliance(xhr: any): string | null;
|
|
1236
1236
|
/**
|
|
1237
1237
|
* Returns the Project Details based on the specified document. Update using PatchDocData
|
|
1238
1238
|
* @param id Document Key
|
|
@@ -2776,6 +2776,14 @@ export declare class SystemClient extends APIClientBase {
|
|
|
2776
2776
|
protected processGetSystemStats(xhr: any): {
|
|
2777
2777
|
[key: string]: any;
|
|
2778
2778
|
} | null | null;
|
|
2779
|
+
/**
|
|
2780
|
+
* Creates a case
|
|
2781
|
+
* @param request The request outline
|
|
2782
|
+
*/
|
|
2783
|
+
postSupportCase(request: SupportRequest): Promise<SupportRequest | null>;
|
|
2784
|
+
private postSupportCaseWithCallbacks;
|
|
2785
|
+
private processPostSupportCaseWithCallbacks;
|
|
2786
|
+
protected processPostSupportCase(xhr: any): SupportRequest | null | null;
|
|
2779
2787
|
/**
|
|
2780
2788
|
* Returns list of active users
|
|
2781
2789
|
*/
|
|
@@ -6944,6 +6952,8 @@ export interface Stream extends MarshalByRefObject {
|
|
|
6944
6952
|
ReadTimeout?: number;
|
|
6945
6953
|
WriteTimeout?: number;
|
|
6946
6954
|
}
|
|
6955
|
+
export interface StreamContent extends HttpContent {
|
|
6956
|
+
}
|
|
6947
6957
|
export interface StringWithQualityHeaderValue {
|
|
6948
6958
|
Value?: string | undefined;
|
|
6949
6959
|
Quality?: number | undefined;
|
|
@@ -6959,6 +6969,34 @@ export interface Suggestion {
|
|
|
6959
6969
|
/** eTag */
|
|
6960
6970
|
ETag?: string | undefined;
|
|
6961
6971
|
}
|
|
6972
|
+
/** Information about something to attach to the support request, e.g. a log file. */
|
|
6973
|
+
export interface SupportAttachment {
|
|
6974
|
+
/** Typically sflink.log or something. Include the extension! */
|
|
6975
|
+
AttachmentName: string;
|
|
6976
|
+
/** UEEncoded */
|
|
6977
|
+
AttachmentData?: string | undefined;
|
|
6978
|
+
}
|
|
6979
|
+
/** Forwards the request to the SWS endpoint */
|
|
6980
|
+
export interface SupportRequest {
|
|
6981
|
+
/** Freeform topic of the support request, e.g. "Error when trying to save a project" */
|
|
6982
|
+
Topic: string;
|
|
6983
|
+
/** Version of sfPMS eg 2023.0.9753 */
|
|
6984
|
+
Version?: string | undefined;
|
|
6985
|
+
/** Description */
|
|
6986
|
+
Description?: string | undefined;
|
|
6987
|
+
/** Details */
|
|
6988
|
+
Details?: string | undefined;
|
|
6989
|
+
/** Usually a GUID */
|
|
6990
|
+
DataKey?: string | undefined;
|
|
6991
|
+
/** (optional) Contact */
|
|
6992
|
+
ContactEmail?: string | undefined;
|
|
6993
|
+
/** Attachments */
|
|
6994
|
+
Attachments?: SupportAttachment[] | undefined;
|
|
6995
|
+
/** Request Key */
|
|
6996
|
+
RequestKey?: string | undefined;
|
|
6997
|
+
/** eTag */
|
|
6998
|
+
ETag?: string | undefined;
|
|
6999
|
+
}
|
|
6962
7000
|
/** Legacy Site Authentication */
|
|
6963
7001
|
export interface TabDisplay {
|
|
6964
7002
|
/** Primary display of tab */
|