You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -35,7 +35,6 @@ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
|
||||
*/
|
||||
export interface IActorInputAPIClient {
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated from protobuf rpc: Created
|
||||
*/
|
||||
created(input: ActorCreatedRequest, options?: RpcOptions): UnaryCall<ActorCreatedRequest, ActorCreatedResponse>;
|
||||
@@ -89,7 +88,6 @@ export class ActorInputAPIClient implements IActorInputAPIClient, ServiceInfo {
|
||||
constructor(private readonly _transport: RpcTransport) {
|
||||
}
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated from protobuf rpc: Created
|
||||
*/
|
||||
created(input: ActorCreatedRequest, options?: RpcOptions): UnaryCall<ActorCreatedRequest, ActorCreatedResponse> {
|
||||
|
||||
@@ -149,7 +149,6 @@ export interface ActorCreatedEvent {
|
||||
/**
|
||||
* API Request
|
||||
*
|
||||
* @deprecated
|
||||
* @generated from protobuf message api.ActorCreatedRequest
|
||||
*/
|
||||
export interface ActorCreatedRequest {
|
||||
@@ -169,7 +168,6 @@ export interface ActorCreatedRequest {
|
||||
/**
|
||||
* API Response
|
||||
*
|
||||
* @deprecated
|
||||
* @generated from protobuf message api.ActorCreatedResponse
|
||||
*/
|
||||
export interface ActorCreatedResponse {
|
||||
@@ -1074,7 +1072,6 @@ class ActorCreatedRequest$Type extends MessageType<ActorCreatedRequest> {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated MessageType for protobuf message api.ActorCreatedRequest
|
||||
*/
|
||||
export const ActorCreatedRequest = new ActorCreatedRequest$Type();
|
||||
@@ -1128,7 +1125,6 @@ class ActorCreatedResponse$Type extends MessageType<ActorCreatedResponse> {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated MessageType for protobuf message api.ActorCreatedResponse
|
||||
*/
|
||||
export const ActorCreatedResponse = new ActorCreatedResponse$Type();
|
||||
@@ -3182,8 +3178,8 @@ export const ActorSanitisedResponse = new ActorSanitisedResponse$Type();
|
||||
* @generated ServiceType for protobuf service api.ActorInputAPI
|
||||
*/
|
||||
export const ActorInputAPI = new ServiceType("api.ActorInputAPI", [
|
||||
{ name: "Created", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Actor Inputs"], description: "Prefer Createdv2 API usage instead." }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ActorCreatedRequest, O: ActorCreatedResponse },
|
||||
{ name: "Createdv2", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Actor Inputs"], description: "An Actor has been created." }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ActorCreatedv2Request, O: ActorCreatedv2Response },
|
||||
{ name: "Created", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Actor Inputs"], description: "Prefer Createdv2 API usage instead. Is used to redifened the whole definition of the actor, including partner rattachment, wms partnerApp connection links, stock management, ..." }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ActorCreatedRequest, O: ActorCreatedResponse },
|
||||
{ name: "Createdv2", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Actor Inputs"], description: "An Actor has been created. Is mainly used by platform connectors to only update general information about the actor (and not reset partner rattachment, wms partnerApp connection links, stock management)." }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ActorCreatedv2Request, O: ActorCreatedv2Response },
|
||||
{ name: "Deleted", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Actor Inputs"], description: "An Actor has been deleted. This is called from Reflex Platform Admin service to share the Organisation actors." }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ActorDeletedRequest, O: ActorDeletedResponse },
|
||||
{ name: "SnapshotCompleted", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Actor Inputs"], description: "A snapshot has been completed on this actor. This is called from a WMS to inform that all Stock snapshot event have been sent." }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ActorSnapshotCompletedRequest, O: ActorSnapshotCompletedResponse },
|
||||
{ name: "AttachmentAdded", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Actor Inputs"], description: "An attachment is added for the Actor." }, "api.rscType": "Project", "api.roles": "Platform.Project-Attachment", "api.platformReserved": true, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: ActorAttachmentAddedRequest, O: ActorAttachmentAddedResponse },
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@reflex-platform/npm-core-sdk",
|
||||
"version": "1.12.0-SNAPSHOT-251107132955",
|
||||
"version": "1.12.0-SNAPSHOT-251107142353",
|
||||
"description": "npm libs from core model proto files",
|
||||
"homepage": "",
|
||||
"main": "index.ts",
|
||||
|
||||
Reference in New Issue
Block a user