diff --git a/subject/warehouse.go b/subject/warehouse.go index 6bb0d6e..6c7999e 100644 --- a/subject/warehouse.go +++ b/subject/warehouse.go @@ -14,6 +14,7 @@ var Warehouse = struct { GetConfiguration string SyncORStatus string WebhookTNC string + WebhookShiip string WebhookGlobalCare string WebhookOnPoint string FindOne string @@ -35,6 +36,7 @@ var Warehouse = struct { GetConfiguration: getWarehouseValue("get_configuration"), SyncORStatus: getWarehouseValue("sync_or_status"), WebhookTNC: getWarehouseValue("webhook_tnc"), + WebhookShiip: getWarehouseValue("webhook_shiip"), WebhookGlobalCare: getWarehouseValue("webhook_global_care"), WebhookOnPoint: getWarehouseValue("webhook_on_point"), FindOne: getWarehouseValue("find_one"),