Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@icewhale/casaos-messagebus-openapi

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@icewhale/casaos-messagebus-openapi - npm Package Compare versions

Comparing version 0.4.7-alpha17 to 0.4.7-alpha18

36

dist/api.d.ts

@@ -447,3 +447,3 @@ /**

[key: string]: string;
}, options?: any): AxiosPromise<Action>;
}, options?: RawAxiosRequestConfig): AxiosPromise<Action>;
};

@@ -560,3 +560,3 @@ /**

*/
getActionType(sourceId: string, name: string, options?: any): AxiosPromise<ActionType>;
getActionType(sourceId: string, name: string, options?: RawAxiosRequestConfig): AxiosPromise<ActionType>;
/**

@@ -568,3 +568,3 @@ * List all action types that are currently registered with the message bus.

*/
getActionTypes(options?: any): AxiosPromise<Array<ActionType>>;
getActionTypes(options?: RawAxiosRequestConfig): AxiosPromise<Array<ActionType>>;
/**

@@ -577,3 +577,3 @@ * Get all action types that are registered with the message bus for a specific source ID.

*/
getActionTypesBySourceID(sourceId: string, options?: any): AxiosPromise<Array<ActionType>>;
getActionTypesBySourceID(sourceId: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<ActionType>>;
/**

@@ -586,3 +586,3 @@ * Register one or more new action types with the message bus.

*/
registerActionTypes(actionType: Array<ActionType>, options?: any): AxiosPromise<BaseResponse>;
registerActionTypes(actionType: Array<ActionType>, options?: RawAxiosRequestConfig): AxiosPromise<BaseResponse>;
};

@@ -684,3 +684,3 @@ /**

*/
pollSIO2(options?: any): AxiosPromise<void>;
pollSIO2(options?: RawAxiosRequestConfig): AxiosPromise<void>;
/**

@@ -692,3 +692,3 @@ * > Same as `/socket.io` except it comes with a trailing slash `/` - a workaround to maximize compatibility

*/
subscribeSIO2(options?: any): AxiosPromise<void>;
subscribeSIO2(options?: RawAxiosRequestConfig): AxiosPromise<void>;
};

@@ -771,3 +771,3 @@ /**

[key: string]: string;
}, options?: any): AxiosPromise<Event>;
}, options?: RawAxiosRequestConfig): AxiosPromise<Event>;
};

@@ -884,3 +884,3 @@ /**

*/
getEventType(sourceId: string, name: string, options?: any): AxiosPromise<EventType>;
getEventType(sourceId: string, name: string, options?: RawAxiosRequestConfig): AxiosPromise<EventType>;
/**

@@ -892,3 +892,3 @@ * List all event types that are currently registered with the message bus.

*/
getEventTypes(options?: any): AxiosPromise<Array<EventType>>;
getEventTypes(options?: RawAxiosRequestConfig): AxiosPromise<Array<EventType>>;
/**

@@ -901,3 +901,3 @@ * Get all event types that are registered with the message bus for a specific source ID.

*/
getEventTypesBySourceID(sourceId: string, options?: any): AxiosPromise<Array<EventType>>;
getEventTypesBySourceID(sourceId: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<EventType>>;
/**

@@ -910,3 +910,3 @@ * Register one or more new event types with the message bus.

*/
registerEventTypes(eventType: Array<EventType>, options?: any): AxiosPromise<BaseResponse>;
registerEventTypes(eventType: Array<EventType>, options?: RawAxiosRequestConfig): AxiosPromise<BaseResponse>;
};

@@ -1008,3 +1008,3 @@ /**

*/
pollSIO(options?: any): AxiosPromise<void>;
pollSIO(options?: RawAxiosRequestConfig): AxiosPromise<void>;
/**

@@ -1016,3 +1016,3 @@ * Subscribe to events and actions via SocketIO. - SocketIO `room` should be either `event` or `action`

*/
subscribeSIO(options?: any): AxiosPromise<void>;
subscribeSIO(options?: RawAxiosRequestConfig): AxiosPromise<void>;
};

@@ -1104,3 +1104,3 @@ /**

*/
subscribeActionWS(sourceId: string, names?: Array<string>, options?: any): AxiosPromise<void>;
subscribeActionWS(sourceId: string, names?: Array<string>, options?: RawAxiosRequestConfig): AxiosPromise<void>;
/**

@@ -1114,3 +1114,3 @@ * Subscribe to event by `source_id` via WebSocket. > `names` can be specified in the query string to subscribe to specific event types.

*/
subscribeEventWS(sourceId: string, names?: Array<string>, options?: any): AxiosPromise<void>;
subscribeEventWS(sourceId: string, names?: Array<string>, options?: RawAxiosRequestConfig): AxiosPromise<void>;
};

@@ -1194,3 +1194,3 @@ /**

*/
deleteYskCard(id: string, options?: any): AxiosPromise<BaseResponse>;
deleteYskCard(id: string, options?: RawAxiosRequestConfig): AxiosPromise<BaseResponse>;
/**

@@ -1201,3 +1201,3 @@ * Get need display YSK card

*/
getYskCard(options?: any): AxiosPromise<GetYskCard200Response>;
getYskCard(options?: RawAxiosRequestConfig): AxiosPromise<GetYskCard200Response>;
};

@@ -1204,0 +1204,0 @@ /**

{
"name": "@icewhale/casaos-messagebus-openapi",
"version": "v0.4.7-alpha17",
"version": "v0.4.7-alpha18",
"scripts": {

@@ -5,0 +5,0 @@ "build": "rm -rf dist && tsc && rm -rf generate",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc