@crowdstrike/foundry-js 0.7.0 → 0.7.2
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.
@@ -87,14 +87,14 @@ export interface PostEntitiesAppSessionsV1RequestMessage extends BaseApiRequestM
|
|
87
87
|
api: RemoteResponseRequestApi;
|
88
88
|
method: 'postEntitiesAppSessionsV1';
|
89
89
|
}
|
90
|
-
export type
|
91
|
-
export type
|
92
|
-
export interface
|
90
|
+
export type PostEntitiesPutFilesV1QueryParams = BaseUrlParams;
|
91
|
+
export type PostEntitiesPutFilesV1ApiResponse = ApiResponsePayload;
|
92
|
+
export interface PostEntitiesPutFilesV1PostData {
|
93
93
|
}
|
94
|
-
export type
|
95
|
-
export interface
|
94
|
+
export type PostEntitiesPutFilesV1ResponseMessage = BaseApiResponseMessage<PostEntitiesPutFilesV1ApiResponse>;
|
95
|
+
export interface PostEntitiesPutFilesV1RequestMessage extends BaseApiRequestMessage<PostEntitiesPutFilesV1QueryParams, PostEntitiesPutFilesV1PostData> {
|
96
96
|
api: RemoteResponseRequestApi;
|
97
|
-
method: '
|
97
|
+
method: 'postEntitiesPutFilesV1';
|
98
98
|
}
|
99
99
|
export type PostEntitiesScriptsGetV2QueryParams = BaseUrlParams;
|
100
100
|
export type PostEntitiesScriptsGetV2ApiResponse = ApiResponsePayload;
|